Skip to content

Commit 365a778

Browse files
Add RTD requirements
(cherry picked from commit 24186ef)
1 parent 233d72e commit 365a778

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.readthedocs.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ sphinx:
1717
# Build documentation with MkDocs
1818
#mkdocs:
1919
# configuration: mkdocs.yml
20+
21+
python:
22+
install:
23+
- requirements: docs/requirements.txt

docs/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sphinx==4.3.2
2+
sphinx-rtd-theme==1.3.0
3+
sphinx-autobuild==2021.3.14
4+
sphinx-intl==2.1.0

0 commit comments

Comments
 (0)