]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
readthedocs: add configuration file
authorJason Ish <jason.ish@oisf.net>
Thu, 30 Sep 2021 14:02:03 +0000 (08:02 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 1 Oct 2021 06:01:15 +0000 (08:01 +0200)
.gitignore
.readthedocs.yaml [new file with mode: 0644]

index 56203f4e0acb80914a70ed1a5006900fc13cf901..2f3f09a8747d9ffb70fcbf82ab4e18acde2d8672 100644 (file)
@@ -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 (file)
index 0000000..bc23deb
--- /dev/null
@@ -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: []