TNO Intern

Commit 1d3af4c9 authored by Arjo Segers's avatar Arjo Segers
Browse files

Removed duplicate intersphinx configuration.

parent e22bbc72
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -64,10 +64,9 @@ autodoc_member_order = "bysource"
#   https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

# add links to existing online documentation if present:
docs_url = "https://docs.python.org/%i.%i" % (sys.version_info.major, sys.version_info.minor)
docs_url = f"https://docs.python.org/{sys.version_info.major}"
intersphinx_mapping = {"python": (docs_url, None)}


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
@@ -81,10 +80,3 @@ html_theme = "bizstyle"
# html_static_path = ['_static']
html_static_path = []

# -- Extension configuration -------------------------------------------------

# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/3/": None}