Browse Source

Support markdown in docs

pull/3/head
troyyyyy 3 years ago
parent
commit
4fc6035303
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      docs/conf.py
  2. +2
    -1
      docs/requirements.txt

+ 1
- 0
docs/conf.py View File

@@ -27,6 +27,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
'recommonmark',
'sphinx_markdown_tables',
]

templates_path = ['_templates']


+ 2
- 1
docs/requirements.txt View File

@@ -1,3 +1,4 @@
sphinx
sphinx-rtd-theme
recommonmark
recommonmark
sphinx-markdown-tables

Loading…
Cancel
Save