Skip to content

Commit

Permalink
update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 16, 2024
1 parent 275c769 commit 9c44ecf
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile build.in
Expand Down
25 changes: 15 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile dev.in
Expand All @@ -22,13 +22,13 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r docs.txt
# requests
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
docutils==0.21.2
# via
Expand Down Expand Up @@ -57,11 +57,11 @@ jinja2==3.1.4
# via
# -r docs.txt
# sphinx
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r docs.txt
# jinja2
mypy==1.11.2
mypy==1.12.0
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand All @@ -82,7 +82,7 @@ packaging==24.1
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.3
pallets-sphinx-themes==2.2.0
# via -r docs.txt
platformdirs==4.3.6
# via
Expand All @@ -94,15 +94,15 @@ pluggy==1.5.0
# -r typing.txt
# pytest
# tox
pre-commit==4.0.0
pre-commit==4.0.1
# via -r dev.in
pygments==2.18.0
# via
# -r docs.txt
# sphinx
pyproject-api==1.8.0
# via tox
pyright==1.1.383
pyright==1.1.385
# via -r typing.txt
pytest==8.3.3
# via
Expand All @@ -118,11 +118,16 @@ snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r docs.txt
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinx-notfound-page==1.0.4
# via
# -r docs.txt
# pallets-sphinx-themes
sphinxcontrib-applehelp==2.0.0
# via
# -r docs.txt
Expand All @@ -149,7 +154,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r docs.txt
# sphinx
tox==4.21.2
tox==4.22.0
# via -r dev.in
typing-extensions==4.12.2
# via
Expand Down
13 changes: 8 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile docs.in
Expand All @@ -10,7 +10,7 @@ babel==2.16.0
# via sphinx
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
docutils==0.21.2
# via sphinx
Expand All @@ -20,25 +20,28 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
packaging==24.1
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.3
pallets-sphinx-themes==2.2.0
# via -r docs.in
pygments==2.18.0
# via sphinx
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via
# -r docs.in
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinx-notfound-page==1.0.4
# via pallets-sphinx-themes
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile tests.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile typing.in
#
iniconfig==2.0.0
# via pytest
mypy==1.11.2
mypy==1.12.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -16,7 +16,7 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.383
pyright==1.1.385
# via -r typing.in
pytest==8.3.3
# via -r typing.in
Expand Down

0 comments on commit 9c44ecf

Please sign in to comment.