From: Danny Colin Date: Tue, 12 Sep 2023 00:24:25 +0000 (-0400) Subject: fix .readthedocs.yaml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F5.2-docstest;p=thirdparty%2Fbugzilla.git fix .readthedocs.yaml --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1437f215d4..ff4cc83b48 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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