Skip to content

Commit 221b29c

Browse files
committed
Add pydata-sphinx-theme requirement
1 parent 9b22713 commit 221b29c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Fox/doc/.readthedocs.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ build:
77

88
sphinx:
99
configuration: Fox/doc/source/conf.py
10+
11+
# Python requirements to build your documentation
12+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
13+
python:
14+
install:
15+
- requirements: Fox/doc/requirements.txt

Fox/doc/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pydata-sphinx-theme

0 commit comments

Comments
 (0)