From: Aarni Koskela Date: Tue, 25 Jan 2022 13:35:30 +0000 (+0200) Subject: Set up .readthedocs.yml to build using Sphinx 4 X-Git-Tag: v2.10.0~23^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7227633697b053f97a7c041e6732232ec1c936;p=thirdparty%2Fbabel.git Set up .readthedocs.yml to build using Sphinx 4 --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..a4a09ac6 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,19 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py + +formats: + - epub + - pdf + +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..aaedb211 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +Sphinx~=4.4.0