Skip to content

Commit d619173

Browse files
Updated docs dependencies (#915)
1 parent 474853b commit d619173

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116

117117
container:
118-
image: readthedocs/build:ubuntu-22.04-2022.03.15
118+
image: readthedocs/build:ubuntu-24.04-2024.06.17
119119
options: --user root
120120

121121
steps:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ these hooks will be run to verify that the linting and type checking is correct.
2727
errors, the commit will fail and you will see the changes that need to be made.
2828

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

3333
## Linter

requirements/docs.txt

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

0 commit comments

Comments
 (0)