]> git.ipfire.org Git - thirdparty/suricata.git/commit
docs: adjust readthedocs config to new options 9575/head
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 5 Oct 2023 16:13:27 +0000 (13:13 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 6 Oct 2023 19:28:15 +0000 (21:28 +0200)
commit1a132f454a64f699118dafcdfccb0687317b435e
treeef79cc4aa9ed3bde1bb0e3dc05f9bac8f8eeb09d
parent14a4c6c696ea8c3eef0b6fb5fb53918e4efe0ad1
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.
.readthedocs.yaml
doc/userguide/requirements.txt [new file with mode: 0644]