Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki authored Oct 17, 2023
1 parent 20a47ce commit 354a11a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["myst_nb", "sphinx.ext.intersphinx"]
extensions = ["myst_nb"]#, "sphinx.ext.intersphinx"]

intersphinx_mapping = {
"numpy": ("https://numpy.org/doc/stable/", None),
"python": ("https://docs.python.org/3", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
}
#intersphinx_mapping = {
# "numpy": ("https://numpy.org/doc/stable/", None),
# "python": ("https://docs.python.org/3", None),
# "matplotlib": ("https://matplotlib.org/stable/", None),
# }

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down

0 comments on commit 354a11a

Please sign in to comment.