Skip to content

Commit 1f58fc3

Browse files
author
Charles Pilgrim
committed
Added a docs requirement
1 parent d0d7e8a commit 1f58fc3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ build:
2727
# golang: "1.20"
2828

2929

30+
python:
31+
install:
32+
- requirements: "docs_requirements.txt"
33+
34+
3035
# Build documentation in the "docs/" directory with Sphinx
3136

3237
sphinx:

docs_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme==1.2.2

0 commit comments

Comments
 (0)