File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
runs-on : ubuntu-latest
116
116
117
117
container :
118
- image : readthedocs/build:ubuntu-22 .04-2022.03.15
118
+ image : readthedocs/build:ubuntu-24 .04-2024.06.17
119
119
options : --user root
120
120
121
121
steps :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ these hooks will be run to verify that the linting and type checking is correct.
27
27
errors, the commit will fail and you will see the changes that need to be made.
28
28
29
29
## 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.
31
31
Test files live together with the library files under ` tests ` folders.
32
32
33
33
## Linter
Original file line number Diff line number Diff line change 1
1
# dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org
2
2
# 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
7
7
sphinxcontrib-bibtex>=2.1.0, <3.0.0
8
8
myst-parser>=1.0, <3.0
9
9
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.
11
11
ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx
12
12
ipython>=7.2.0, <9.0.0 # required for executing notebooks nbsphinx
13
13
# pandoc
You can’t perform that action at this time.
0 commit comments