-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the versions of sphinx and its plugins (#64)
Updates of the theme required minor tweaks to the configuration, mostly removing the logo from the left side bar. Had to remove the caching of conda packages from the CI because conda fails to find packages when it's enabled. Don't know why but remove it for now since I found no way around it.
- Loading branch information
Showing
5 changed files
with
18 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Requirements for building the documentation | ||
sphinx==4.5.* | ||
sphinx-book-theme==0.3.* | ||
sphinx==7.2.* | ||
sphinx-book-theme==1.1.* | ||
sphinx-copybutton==0.5.* | ||
sphinx-design==0.1.* | ||
jupyter-sphinx=0.4.* | ||
numpy | ||
numba | ||
sphinx-design==0.5.* | ||
jupyter-sphinx==0.5.* | ||
matplotlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters