Skip to content

Commit f3da81d

Browse files
Pin requirements for building docs
1 parent 404022a commit f3da81d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ formats: all
2222
# version: 3.8
2323
python:
2424
install:
25-
- requirements: requirements.txt
25+
- requirements: docs/requirements.txt
2626
- method: pip
2727
path: .
2828
# extra_requirements:

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx=6.2.1
2+
sphinx-rtd-theme=1.2.2
3+
readthedocs-sphinx-ext=2.2.2

0 commit comments

Comments
 (0)