Add myst_parser for sphinx, changelog to md

This commit is contained in:
Quinn Casey 2022-05-12 09:15:55 -07:00
parent 2d96cec464
commit 6766041328
5 changed files with 47 additions and 9 deletions

View file

@ -14,13 +14,17 @@ extensions = [
"sphinx.ext.imgmath",
"sphinx.ext.viewcode",
"sphinx_rtd_theme",
"myst_parser",
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
# The suffix of source filenames.
source_suffix = ".rst"
source_suffix = {
".rst": "restructuredtext",
".md": "markdown",
}
# The encoding of source files.
# source_encoding = 'utf-8-sig'