]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix .readthedocs.yaml 5.2-docstest
authorDanny Colin <contact@dannycolin.com>
Tue, 12 Sep 2023 00:24:25 +0000 (20:24 -0400)
committerDave Miller <github@justdave.net>
Tue, 12 Sep 2023 00:31:02 +0000 (20:31 -0400)
.readthedocs.yaml

index 1437f215d42bca4926a42f9cba360e77c7bca4c7..ff4cc83b48275af4c269078efc81936b6ff55f78 100644 (file)
@@ -5,13 +5,13 @@ build:
     python: "3.11"
   apt_packages:
     - libfile-copy-recursive-perl
-  sphinx:
-    configuration: docs/en/rst/conf.py
-  python:
-    install:
-      - requirements: docs/requirements.txt
   jobs:
     post_build:
       - perl docs/makedocs.pl --pod-only
       - cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api"
       - cp -p docs/en/html/style.css "$READTHEDOCS_OUTPUT/html/"
+sphinx:
+  configuration: docs/en/rst/conf.py
+python:
+  install:
+    - requirements: docs/requirements.txt