Преглед на файлове

Update .readthedocs.yaml

FusionPBX преди 1 година
родител
ревизия
e4fea8105c
променени са 1 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 6 2
      .readthedocs.yaml

+ 6 - 2
.readthedocs.yaml

@@ -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