[DOCS] Remove redundant extensions

This commit is contained in:
2023-01-07 22:23:26 +00:00
parent 107e0f317b
commit 7289774dc7

View File

@@ -16,19 +16,9 @@ release = '1.1'
extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'myst_parser',
]
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']
myst_enable_extensions = ['colon_fence']
templates_path = ['_templates']
@@ -41,7 +31,3 @@ exclude_patterns = []
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
# -- Options for EPUB output -------------------------------------------------
epub_show_urls = 'footnote'