Skip to content

Commit

Permalink
Update sphinx version and config
Browse files Browse the repository at this point in the history
intersphinx-mapping needed adjustment, plus there is some sort
of incompatibility between sphinx 7.0.0 and sphinx-rtd-theme,
so pin sphinx below that point.  Allegedly it is fixed in
more recent sphinx-rtd-theme installations, but we do not pin
that package and it still breaks, so punting that to be
solved some other time.
  • Loading branch information
handrews committed Jul 19, 2023
1 parent ba74933 commit a25c060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -166,5 +166,5 @@
]


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
# Configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
@@ -1,3 +1,3 @@
Sphinx>=1.5.3
Sphinx<7.0.0
sphinx-prompt>=1.0.0
sphinx_rtd_theme

0 comments on commit a25c060

Please sign in to comment.