Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 5, 2024
1 parent a32ee9d commit 7a56c94
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 1,772 deletions.
5 changes: 5 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
furo
Sphinx
sphinx-autobuild
sphinx-copybutton
sphinxcontrib-spelling
85 changes: 80 additions & 5 deletions docs/requirements.txt
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
Loading

0 comments on commit 7a56c94

Please sign in to comment.