|
@@ -14,7 +14,10 @@ build:
|
|
|
# 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
|
|
|
# python:
|