Skip to content

Commit

Permalink
Merge pull request containers#8335 from Luap99/fix-html-tables
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix markdown tables on docs.podman.io
  • Loading branch information
openshift-merge-robot authored Nov 16, 2020
2 parents 5843f33 + 80b613d commit e593949
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

# use md instead of rst
recommonmark
# needed for markdown table support
sphinx-markdown-tables
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"recommonmark",
'sphinx_markdown_tables',
]

source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}


# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down

0 comments on commit e593949

Please sign in to comment.