Skip to content

Commit a6fde58

Browse files
authored
Update .readthedocs.yaml to contain versions
Trying to have a versioned documentation.
1 parent 937a0bd commit a6fde58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ sphinx:
2222
python:
2323
install:
2424
- requirements: docs/requirements.txt
25+
26+
# Include all versions by default and manually exclude the unneeded ones
27+
versions:
28+
only: "master"
29+
regex: '^v*$'

0 commit comments

Comments
 (0)