|
@@ -11,12 +11,16 @@ build:
|
|
|
tools:
|
|
|
python: "3.11"
|
|
|
|
|
|
+# Add Python requirements
|
|
|
+python:
|
|
|
+ version: 3.8
|
|
|
+ extra_requirements:
|
|
|
+ - sphinx_rtd_theme
|
|
|
+
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
sphinx:
|
|
|
configuration: source/conf.py
|
|
|
builder: html
|
|
|
- extra_requirements:
|
|
|
- - sphinx_rtd_theme
|
|
|
|
|
|
# We recommend specifying your dependencies to enable reproducible builds:
|
|
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|