Begin markdown docs

This commit is contained in:
2021-11-28 05:10:42 +00:00
parent 42b878abbf
commit 5e2454243b
7 changed files with 121 additions and 1198 deletions
+10 -2
View File
@@ -14,6 +14,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
from recommonmark.parser import CommonMarkParser
# -- Project information -----------------------------------------------------
@@ -28,10 +29,17 @@ author = 'Tanner Collin'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinxcontrib.httpdomain',
'recommonmark',
]
source_suffix = ['.rst', '.md']
source_parsers = {
'.md': 'CommonMarkParser',
}
known_url_schemes = ['http', 'https']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']