Skip to content

Commit

Permalink
Hotfix for Sphinx problems
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Oct 6, 2024
1 parent 5c8d94f commit a614c26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@

release = __version__
# The short X.Y version.
v_major, v_minor = LooseVersion(release).version[:2]
version = f"{v_major}.{v_minor}"
# v_major, v_minor = LooseVersion(release).version[:2]
# version = f"{v_major}.{v_minor}"
version = "2.4"

# -- General configuration ---------------------------------------------------

Expand All @@ -67,7 +68,7 @@
"myst_parser",
]

intersphinx_mapping = {"https://docs.python.org/3": None}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}


# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit a614c26

Please sign in to comment.