From: Jason Ish Date: Thu, 30 Sep 2021 14:02:03 +0000 (-0600) Subject: readthedocs: add configuration file X-Git-Tag: suricata-7.0.0-beta1~1315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3e8530a16c607fe2eb13656af29d7d3d83ed90;p=thirdparty%2Fsuricata.git readthedocs: add configuration file --- diff --git a/.gitignore b/.gitignore index 56203f4e0a..2f3f09a874 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ test.sh !/suricata-update/Makefile.am /libsuricata-config !/libsuricata-config.in +!/.readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..bc23deb5f0 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +# Required by Read The Docs +version: 2 + +python: + version: "3.8" + + # Use an empty install section to avoid RTD from picking up a non-python + # requirements.txt file. + install: []