-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump dependencies & add Furo - Drop a fair bit of theme configuration - Fix the toctree declarations in index.rst
- Loading branch information
Showing
4 changed files
with
12 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,6 +1,7 @@ | ||
# Used by ReadTheDocs; pinned requirements for stability. | ||
|
||
MyST-Parser==0.14.0 | ||
Sphinx==3.5.4 | ||
myst-parser==0.15.1 | ||
Sphinx==4.1.1 | ||
sphinxcontrib-programoutput==0.17 | ||
sphinx_copybutton==0.3.1 | ||
sphinx_copybutton==0.4.0 | ||
furo==2021.7.5b38 |