From: Danny Colin Date: Mon, 11 Sep 2023 19:43:17 +0000 (-0400) Subject: use sphinx-rtd-theme X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=764a0f290eb6333db235923bb6bef734ef27492b;p=thirdparty%2Fbugzilla.git use sphinx-rtd-theme --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7eada0dd63..1437f215d4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,15 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "3.10" + 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