-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* missing dependencies * more dependency conflicts * pip tools needs to take into account python version * avoid linkcheck?
- Loading branch information
1 parent
754f898
commit 3712066
Showing
3 changed files
with
72 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
sphinx==7.4.7 | ||
glossarpy==0.1.2 | ||
sphinxcontrib-discourse @ git+https://github.com/pdavide/sphinxcontrib-discourse@02453dff2c56b14987cf662cfd8cddb3b31b0dd7 | ||
myst-parser==3.0.0 | ||
sphinx-rtd-theme==2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,80 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
alabaster==0.7.16 | ||
attrs==21.4.0 | ||
Babel==2.14.0 | ||
# via sphinx | ||
babel==2.14.0 | ||
# via sphinx | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
docutils==0.17.1 | ||
# via requests | ||
docutils==0.20.1 | ||
# via | ||
# myst-parser | ||
# sphinx | ||
# sphinx-rtd-theme | ||
glossarpy==0.1.2 | ||
# via -r requirements.in | ||
idna==3.7 | ||
# via requests | ||
imagesize==1.4.1 | ||
importlib-metadata==7.0.1 | ||
Jinja2==3.1.4 | ||
markdown-it-py==2.2.0 | ||
MarkupSafe==2.1.3 | ||
mdit-py-plugins==0.3.5 | ||
# via sphinx | ||
jinja2==3.1.4 | ||
# via | ||
# myst-parser | ||
# sphinx | ||
markdown-it-py==3.0.0 | ||
# via | ||
# mdit-py-plugins | ||
# myst-parser | ||
markupsafe==2.1.3 | ||
# via jinja2 | ||
mdit-py-plugins==0.4.1 | ||
# via myst-parser | ||
mdurl==0.1.2 | ||
myst-parser==0.16.1 | ||
# via markdown-it-py | ||
myst-parser==3.0.0 | ||
# via -r requirements.in | ||
packaging==23.2 | ||
Pygments==2.17.2 | ||
PyYAML==6.0.1 | ||
# via sphinx | ||
pygments==2.17.2 | ||
# via sphinx | ||
pyyaml==6.0.2 | ||
# via myst-parser | ||
requests==2.32.3 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
Sphinx==4.4.0 | ||
sphinx-rtd-theme==1.0.0 | ||
# via sphinx | ||
sphinx==7.4.7 | ||
# via | ||
# -r requirements.in | ||
# myst-parser | ||
# sphinx-rtd-theme | ||
# sphinxcontrib-discourse | ||
# sphinxcontrib-jquery | ||
sphinx-rtd-theme==2.0.0 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.4 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-discourse @ git+https://github.com/pdavide/sphinxcontrib-discourse@02453dff2c56b14987cf662cfd8cddb3b31b0dd7 | ||
# via -r requirements.in | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
# via sphinx | ||
sphinxcontrib-jquery==4.1 | ||
# via sphinx-rtd-theme | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
# via sphinx | ||
tomli==2.0.1 | ||
# via sphinx | ||
urllib3==2.2.2 | ||
zipp==3.19.1 | ||
# via requests |