Skip to content

Commit cedbe73

Browse files
Update .readthedocs.yaml
1 parent 89abbe2 commit cedbe73

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
44

55
# Required
6-
version: 2
6+
versions:
7+
- master
78

89
# Set the OS, Python version and other tools you might need
910
build:
@@ -20,13 +21,14 @@ sphinx:
2021
configuration: docs/conf.py
2122

2223
# Optionally build your docs in additional formats such as PDF and ePub
23-
# formats:
24-
# - pdf
24+
formats:
25+
- pdf
2526
# - epub
2627

2728
# Optional but recommended, declare the Python requirements required
2829
# to build your documentation
2930
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30-
# python:
31-
# install:
32-
# - requirements: docs/requirements.txt
31+
python:
32+
install:
33+
- requirements: ./requirements.txt
34+
- method: pip

0 commit comments

Comments
 (0)