]> git.ipfire.org Git - thirdparty/suricata.git/commit
docs: adjust readthedocs config to new options 9702/head 9728/head
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 5 Oct 2023 16:13:27 +0000 (13:13 -0300)
committerVictor Julien <victor@inliniac.net>
Sat, 28 Oct 2023 07:45:16 +0000 (09:45 +0200)
commit6509d201ac6b8ef8a2369f5a7b2186485ee303ee
treedb6e5a268d12d4082e927b0921f8f20cb5df98fb
parent757fa21356e0bb49ad816a6c22f463df2f54fdfe
docs: adjust readthedocs config to new options

Our documentation was failing to build, seems connected to the new way
of indicating build options (cf
https://readthedocs.org/projects/suricata/builds/22112658/,
https://docs.readthedocs.io/en/stable/config-file/v2.html#build,
and https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os).

Added the build.os required new field, and adjusted the way python
version is passed.

For the new configuration style for read the docs, one of the ways to
pass extra configuration for python is having a requirements file.

(cherry picked from commit 1a132f454a64f699118dafcdfccb0687317b435e)
.readthedocs.yaml
doc/userguide/requirements.txt [new file with mode: 0644]