doc: add initial requirement file for RTD

This commit is contained in:
Xavier Delaruelle
2023-10-21 08:11:50 +02:00
parent ff60a17831
commit d112d1a5f5
2 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ build:
sphinx:
configuration: doc/source/conf.py
python:
install:
- requirements: doc/source/requirements.txt
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

View File

@@ -0,0 +1,2 @@
sphinx
sphinx-rtd-theme