Skip to content

Commit e78fb51

Browse files
authored
Merge pull request #68 from RichardObi/update_readthedocs
Update readthedocs
2 parents c424bf4 + 463aab1 commit e78fb51

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.readthedocs.yaml

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# File: .readthedocs.yaml
1+
# File: .readthedocs.yaml (see example: https://docs.readthedocs.io/en/stable/config-file/v2.html)
22

3-
version: 1
3+
# Required (see https://blog.readthedocs.com/migrate-configuration-v2/)
4+
version: 2
45

6+
# Set the OS, Python version and other tools you might need
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.8"
11+
12+
# Build documentation in the "docs/" directory with Sphinx
513
sphinx:
6-
configuration: docs/conf.py
14+
configuration: docs/source/conf.py
715

16+
# Optional but recommended, declare the Python requirements required
17+
# to build your documentation
18+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
819
python:
9-
version: 3.8
1020
install:
11-
- requirements: docs/requirements.txt
21+
- requirements: docs/requirements.txt
22+

0 commit comments

Comments
 (0)