-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
100 additions
and
1,772 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
furo | ||
Sphinx | ||
sphinx-autobuild | ||
sphinx-copybutton | ||
sphinxcontrib-spelling |
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,5 +1,80 @@ | ||
furo==2022.2.23 | ||
Sphinx==4.4.0 | ||
sphinx-autobuild==2021.3.14 | ||
sphinx-copybutton==0.5.0 | ||
sphinxcontrib-spelling==7.3.2 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements.txt requirements.in | ||
# | ||
alabaster==0.7.16 | ||
# via sphinx | ||
babel==2.14.0 | ||
# via sphinx | ||
beautifulsoup4==4.12.3 | ||
# via furo | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
colorama==0.4.6 | ||
# via sphinx-autobuild | ||
docutils==0.20.1 | ||
# via sphinx | ||
furo==2024.1.29 | ||
# via -r requirements.in | ||
idna==3.6 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
jinja2==3.1.3 | ||
# via sphinx | ||
livereload==2.6.3 | ||
# via sphinx-autobuild | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==24.0 | ||
# via sphinx | ||
pyenchant==3.2.2 | ||
# via sphinxcontrib-spelling | ||
pygments==2.17.2 | ||
# via | ||
# furo | ||
# sphinx | ||
requests==2.31.0 | ||
# via sphinx | ||
six==1.16.0 | ||
# via livereload | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
soupsieve==2.5 | ||
# via beautifulsoup4 | ||
sphinx==7.2.6 | ||
# via | ||
# -r requirements.in | ||
# furo | ||
# sphinx-autobuild | ||
# sphinx-basic-ng | ||
# sphinx-copybutton | ||
# sphinxcontrib-spelling | ||
sphinx-autobuild==2024.2.4 | ||
# via -r requirements.in | ||
sphinx-basic-ng==1.0.0b2 | ||
# via furo | ||
sphinx-copybutton==0.5.2 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.8 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.6 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.5 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.7 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
# via sphinx | ||
sphinxcontrib-spelling==8.0.0 | ||
# via -r requirements.in | ||
tornado==6.4 | ||
# via livereload | ||
urllib3==2.2.1 | ||
# via requests |
Oops, something went wrong.