Setup requirements.txt for sphinx-rtd-theme

pull/3783/head
Isaac Connor 2023-11-01 10:59:07 -04:00
parent fca24d5322
commit 98bd4f3203
2 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,7 @@ build:
sphinx:
fail_on_warning: true
python:
install:
- requirements: docs/requirements.txt

2
docs/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
sphinx == 7.1.2
sphinx-rtd-theme == 1.3.0