Skip to content

Commit

Permalink
Fix documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Apr 12, 2024
1 parent 8715f4d commit d923296
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 7 deletions.
8 changes: 8 additions & 0 deletions doc/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
requests
scikit-learn>=0.18
sphinx
pillow
recommonmark
sphinx_rtd_theme
sphinxcontrib-napoleon
../
96 changes: 89 additions & 7 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,89 @@
requests
scikit-learn>=0.18
sphinx
pillow
recommonmark
sphinx_rtd_theme
sphinxcontrib-napoleon
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
commonmark==0.9.1
# via recommonmark
docutils==0.20.1
# via
# recommonmark
# sphinx
# sphinx-rtd-theme
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
# via sphinx
joblib==1.4.0
# via scikit-learn
markupsafe==2.1.5
# via jinja2
numpy==1.26.4
# via
# pandas
# pgeocode
# scikit-learn
# scipy
packaging==24.0
# via sphinx
pandas==2.2.2
# via pgeocode
pgeocode @ ../
pillow==10.3.0
pockets==0.9.1
# via sphinxcontrib-napoleon
pygments==2.17.2
# via sphinx
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
recommonmark==0.7.1
requests==2.31.0
# via
# pgeocode
# sphinx
scikit-learn==1.4.2
scipy==1.13.0
# via scikit-learn
six==1.16.0
# via
# pockets
# python-dateutil
# sphinxcontrib-napoleon
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# recommonmark
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-napoleon==0.7
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
threadpoolctl==3.4.0
# via scikit-learn
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests

0 comments on commit d923296

Please sign in to comment.