[FIX] Add Python requirements file for RTD build

This commit is contained in:
2023-01-07 20:30:44 +00:00
parent 539fb8daa3
commit bf896d07b0
2 changed files with 6 additions and 0 deletions

View File

@@ -18,3 +18,8 @@ sphinx:
# If using Sphinx, optionally build your docs in additional formats such as PDF # If using Sphinx, optionally build your docs in additional formats such as PDF
formats: formats:
- pdf - pdf
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/source/requirements.txt

View File

@@ -0,0 +1 @@
myst_parser