Skip to content

Commit

Permalink
ci: fix RTD build (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Jul 8, 2024
1 parent f694629 commit 2e7fbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"sphinx-book-theme",
"nbsphinx",
"nbsphinx-link",
"docutils==0.20", # Just temporarily until sphinx-docutils is updated (see https://github.com/sphinx-doc/sphinx/issues/12340)
],
"dev": ["pre-commit", "pytest", "pytest-cov", "matplotlib"],
},
Expand Down

0 comments on commit 2e7fbd8

Please sign in to comment.