Make documentation work with the latest version of sphinx

This commit is contained in:
Ayaz Salikhov
2021-04-26 13:25:57 +03:00
parent 584f43f065
commit 0ae1e88c89
2 changed files with 2 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ needs_sphinx = '1.4'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'myst_parser'
]
# Add any paths that contain templates here, relative to this directory.
@@ -78,14 +79,6 @@ pygments_style = 'sphinx'
todo_include_todos = False
# -- Source -------------------------------------------------------------
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for