Skip to content

Commit

Permalink
Try update some packages for a build
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Jul 29, 2024
1 parent dc7b13f commit bceae91
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_build/

.env
env
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down
22 changes: 12 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
-i https://pypi.org/simple
alabaster==0.7.13
alabaster==0.7.16
argh==0.27.2
babel==2.12.1
Babel==2.15.0
certifi==2023.7.22
charset-normalizer==3.2.0
commonmark==0.9.1
docutils==0.20.1
idna==3.4
imagesize==1.4.1
jinja2==3.1.2
importlib_metadata==8.2.0
Jinja2==3.1.4
livereload==2.6.3
markupsafe==2.1.3
MarkupSafe==2.1.3
packaging==23.1
pathtools==0.1.2
port-for==0.3.1
pygments==2.15.1
Pygments==2.18.0
pyparsing==2.4.7
pytz==2023.3
pyyaml==6.0.1
PyYAML==6.0.1
recommonmark==0.6.0
requests==2.31.0
setuptools==68.0.0
six==1.16.0
snowballstemmer==2.2.0
sphinx==2.4.4
Sphinx==7.4.7
sphinx-autobuild==0.7.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
tomli==2.0.1
tornado==6.2
urllib3==2.0.4
watchdog==3.0.0
zipp==3.19.2

0 comments on commit bceae91

Please sign in to comment.