Skip to content

Commit 8bfb96b

Browse files
switch to rtd version 2 config
1 parent 4bcb9f1 commit 8bfb96b

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

.readthedocs.yml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
# Required
2+
version: 2
3+
4+
# Set the version of Python and other tools you might need
15
build:
2-
image: latest
3-
formats:
4-
- none
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.10"
9+
10+
# Build documentation in the docs/ directory with Sphinx
11+
sphinx:
12+
configuration: docs/conf.py
13+
14+
# If using Sphinx, optionally build your docs in additional formats such as PDF
15+
# formats:
16+
# - pdf
17+
18+
# Optionally declare the Python requirements required to build your docs
519
python:
6-
pip_install: true
7-
extra_requirements:
8-
- tests
9-
- docs
20+
install:
21+
- requirements: docs/requirements.txt
22+

0 commit comments

Comments
 (0)