Skip to content

Commit

Permalink
Updated docs dependencies (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu authored Dec 11, 2024
1 parent 474853b commit d619173
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: readthedocs/build:ubuntu-22.04-2022.03.15
image: readthedocs/build:ubuntu-24.04-2024.06.17
options: --user root

steps:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ these hooks will be run to verify that the linting and type checking is correct.
errors, the commit will fail and you will see the changes that need to be made.

## Testing
We use `pytest` to run tests. To run all tests just call `pytest alibi_detect` from the root of the project.
We use `pytest` to run tests. To run all tests just call `make test` from the root of the project.
Test files live together with the library files under `tests` folders.

## Linter
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org
# core dependencies
sphinx>=4.2.0, <8.0.0
sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/260
sphinx-rtd-theme>=1.0.0, <2.0.0
sphinxcontrib-apidoc>=0.3.0, <0.5.0
sphinx>=4.2.0, <8.2.0
sphinx-autodoc-typehints>=1.12.0, <2.6.0
sphinx-rtd-theme>=1.0.0, <3.1.0
sphinxcontrib-apidoc>=0.3.0, <0.6.0
sphinxcontrib-bibtex>=2.1.0, <3.0.0
myst-parser>=1.0, <3.0
nbsphinx>=0.8.5, <0.10.0
sphinx_design==0.5.0 # Pinning for now as sphinx_design is v.new and still in flux.
sphinx_design==0.6.1 # Pinning for now as sphinx_design is v.new and still in flux.
ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx
ipython>=7.2.0, <9.0.0 # required for executing notebooks nbsphinx
# pandoc
Expand Down

0 comments on commit d619173

Please sign in to comment.