We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12f82d commit 1695295Copy full SHA for 1695295
.readthedocs.yaml
@@ -5,6 +5,11 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.11"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: docs/conf.py
@@ -18,6 +23,5 @@ formats: all
18
23
19
24
# Optionally set the version of Python and requirements required to build your docs
20
25
python:
21
- version: 3.8
22
26
install:
27
- requirements: docs/requirements.txt
tox.ini
@@ -30,4 +30,4 @@ deps =
30
numpy <2
31
skip_install = true
32
commands =
33
- pytest tests/test_masking/test_masking_ne.py
+ pytest tests/
0 commit comments