From 7289774dc73cca291472f06d05f3afd571a0435d Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 7 Jan 2023 22:23:26 +0000 Subject: [PATCH] [DOCS] Remove redundant extensions --- docs/source/conf.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e9fadf0..baa12dc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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' \ No newline at end of file