Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
Signed-off-by: guillemdb <guillem.duran@inait.ai>
  • Loading branch information
guillemdb committed Sep 21, 2024
1 parent 8052e8d commit 7f21c4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.lock
- requirements: requirements-dev.lock
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ build-backend = "hatchling.build"
managed = true
universal = true
dev-dependencies = [
"autoapi>=2.0.1",
"ruff",
"sphinx",
"linkify-it-py",
Expand Down
7 changes: 2 additions & 5 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ attrs==24.2.0
# via jsonschema
# via jupyter-cache
# via referencing
autoapi==2.0.1
babel==2.16.0
# via pydata-sphinx-theme
# via sphinx
Expand Down Expand Up @@ -77,8 +78,6 @@ fastjsonschema==2.20.0
# via nbformat
flogging==0.0.22
# via hydraclick
frozendict==2.4.4
# via hydraclick
greenlet==3.1.0 ; (python_full_version < '3.13' and platform_machine == 'AMD64') or (python_full_version < '3.13' and platform_machine == 'WIN32') or (python_full_version < '3.13' and platform_machine == 'aarch64') or (python_full_version < '3.13' and platform_machine == 'amd64') or (python_full_version < '3.13' and platform_machine == 'ppc64le') or (python_full_version < '3.13' and platform_machine == 'win32') or (python_full_version < '3.13' and platform_machine == 'x86_64')
# via sqlalchemy
hydra-core==1.3.2
Expand Down Expand Up @@ -199,8 +198,6 @@ pytest-xdist==3.6.1
# via hydraclick
python-dateutil==2.9.0.post0
# via jupyter-client
python-dotenv==1.0.1
# via hydraclick
pyvirtualdisplay==3.0
# via hydraclick
pywin32==306 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
Expand All @@ -226,7 +223,6 @@ rpds-py==0.20.0
ruff==0.6.5
ruyaml==0.91.0
setuptools==74.1.2
# via hydraclick
# via ruyaml
# via sphinx-togglebutton
# via sphinxcontrib-bibtex
Expand All @@ -241,6 +237,7 @@ sortedcontainers==2.4.0
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
# via autoapi
# via myst-nb
# via myst-parser
# via pydata-sphinx-theme
Expand Down
6 changes: 0 additions & 6 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ execnet==2.1.1
# via pytest-xdist
flogging==0.0.22
# via hydraclick
frozendict==2.4.4
# via hydraclick
hydra-core==1.3.2
# via hydraclick
hypothesis==6.112.1
Expand Down Expand Up @@ -58,14 +56,10 @@ pytest-rerunfailures==14.0
# via hydraclick
pytest-xdist==3.6.1
# via hydraclick
python-dotenv==1.0.1
# via hydraclick
pyvirtualdisplay==3.0
# via hydraclick
pyyaml==6.0.2
# via omegaconf
setuptools==74.1.2
# via hydraclick
sortedcontainers==2.4.0
# via hypothesis
terminaltexteffects==0.11.0
Expand Down

0 comments on commit 7f21c4d

Please sign in to comment.