Skip to content

Commit

Permalink
Fix Read The Docs Part 2 (#482)
Browse files Browse the repository at this point in the history
* add new env to compile docs dependencies

* update docs dependencies

* align more-itertools versions *pain*
  • Loading branch information
hf-krechan authored Sep 24, 2024
1 parent 6072e96 commit 9aade9a
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 8 deletions.
3 changes: 0 additions & 3 deletions dev_requirements/requirements-docs.in

This file was deleted.

37 changes: 33 additions & 4 deletions dev_requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile dev_requirements/requirements-docs.in
# pip-compile --extra=docs --output-file=dev_requirements/requirements-docs.txt pyproject.toml
#
alabaster==0.7.16
# via sphinx
attrs==24.2.0
# via
# ahbicht (pyproject.toml)
# maus
babel==2.16.0
# via sphinx
certifi==2024.8.30
Expand All @@ -16,29 +20,54 @@ docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
efoli==1.1.0
# via
# ahbicht (pyproject.toml)
# maus
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
inject==5.2.1
# via ahbicht (pyproject.toml)
jinja2==3.1.4
# via sphinx
lark==1.2.2
# via ahbicht (pyproject.toml)
markupsafe==2.1.5
# via jinja2
marshmallow==3.22.0
# via
# ahbicht (pyproject.toml)
# marshmallow-enum
# maus
marshmallow-enum==1.5.1
# via ahbicht (pyproject.toml)
maus==0.6.1
# via ahbicht (pyproject.toml)
more-itertools==10.5.0
# via maus
packaging==24.1
# via sphinx
# via
# marshmallow
# sphinx
pygments==2.18.0
# via sphinx
pytz==2024.2
# via
# ahbicht (pyproject.toml)
# efoli
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via
# -r dev_requirements/requirements-docs.in
# ahbicht (pyproject.toml)
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via -r dev_requirements/requirements-docs.in
# via ahbicht (pyproject.toml)
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ marshmallow-enum==1.5.1
# via -r requirements.in
maus==0.6.1
# via -r requirements.in
more-itertools==9.0.0
more-itertools==10.5.0
# via maus
packaging==24.1
# via marshmallow
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ deps =
.[json_schemas]
commands =
python json_schemas/generate_json_schemas.py

[testenv:update_docs_requirements]
deps =
pip-tools
commands =
pip-compile --upgrade --extra=docs --output-file=dev_requirements/requirements-docs.txt pyproject.toml

0 comments on commit 9aade9a

Please sign in to comment.