aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-29 20:36:07 +0000
committerGitHub <noreply@github.com>2021-03-29 20:36:07 +0000
commitf24fabba13df6d442b120cb88fa57287ab85e2de (patch)
tree109299ef9cd051e08380119b41288f970443ed2a /docs/source/conf.py
parentc8af1747320bb9506ab4ea80892f0dae81c03a95 (diff)
parent1386f90467e9111533742b40f91018f908efea81 (diff)
downloadpodman-f24fabba13df6d442b120cb88fa57287ab85e2de.tar.gz
podman-f24fabba13df6d442b120cb88fa57287ab85e2de.tar.bz2
podman-f24fabba13df6d442b120cb88fa57287ab85e2de.zip
Merge pull request #9868 from mheon/310_backports
Final backports for v3.1.0
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e3715937d..883e1240e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -29,13 +29,9 @@ author = "team"
# ones.
extensions = [
"sphinx_markdown_tables",
+ "recommonmark"
]
-source_parsers = {
- ".md": "recommonmark.parser.CommonMarkParser",
-}
-
-
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]