Skip to content

Commit 1695295

Browse files
committed
Update for read the docs config
1 parent b12f82d commit 1695295

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py
@@ -18,6 +23,5 @@ formats: all
1823

1924
# Optionally set the version of Python and requirements required to build your docs
2025
python:
21-
version: 3.8
2226
install:
2327
- requirements: docs/requirements.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ deps =
3030
numpy <2
3131
skip_install = true
3232
commands =
33-
pytest tests/test_masking/test_masking_ne.py
33+
pytest tests/

0 commit comments

Comments
 (0)