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