Skip to content

Commit

Permalink
Trying to quickfix readthedocs latest-build
Browse files Browse the repository at this point in the history
by using an explicit requirements file with all fixed versions (app +
sphinx all in one).
  • Loading branch information
JOJ0 committed Aug 25, 2023
1 parent 3f1cc94 commit 837d656
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ sphinx:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: ./requirements.txt
- requirements: ./sphinx_requirements.txt
- requirements: ./rtd_requirements.txt
33 changes: 33 additions & 0 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
alabaster==0.7.13
Babel==2.12.1
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.7
click-option-group==0.5.6
dnspython==2.4.2
docutils==0.18.1
idna==3.4
imagesize==1.4.1
Jinja2==3.0.3
markdown-it-py==3.0.0
MarkupSafe==2.1.3
mdit-py-plugins==0.4.0
mdurl==0.1.2
myst-parser==2.0.0
packaging==23.1
Pygments==2.16.1
PyYAML==6.0.1
requests==2.31.0
snowballstemmer==2.2.0
Sphinx==7.2.3
sphinx-click==5.0.1
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
tabulate==0.9.0
urllib3==2.0.4

0 comments on commit 837d656

Please sign in to comment.