Browse Source

Update .readthedocs.yaml

FusionPBX 1 year ago
parent
commit
e4fea8105c
1 changed files with 6 additions and 2 deletions
  1. 6 2
      .readthedocs.yaml

+ 6 - 2
.readthedocs.yaml

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