diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-11-20 18:10:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 18:10:56 +0100 |
commit | 864fe21ed02ca6faa72e6a94f06c9961167aca7d (patch) | |
tree | 494af9399fb717aaa484454db4fdb33c3f03b202 /docs/source/conf.py | |
parent | 042d4884ea35467df5da053627e5535e82fb2d27 (diff) | |
parent | d8795a36b2ed8c53f0597ab14f46935ea977e84b (diff) | |
download | podman-864fe21ed02ca6faa72e6a94f06c9961167aca7d.tar.gz podman-864fe21ed02ca6faa72e6a94f06c9961167aca7d.tar.bz2 podman-864fe21ed02ca6faa72e6a94f06c9961167aca7d.zip |
Merge pull request #8406 from jwhonce/issues/8390
Make podman service log events
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 368d7cc29..e3715937d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,11 +28,11 @@ author = "team" # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx_markdown_tables', + "sphinx_markdown_tables", ] source_parsers = { - '.md': 'recommonmark.parser.CommonMarkParser', + ".md": "recommonmark.parser.CommonMarkParser", } |