]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
doc: add a readthedocs configuration file
authorJason Ish <jason.ish@oisf.net>
Thu, 15 Feb 2024 16:54:39 +0000 (10:54 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 16 Feb 2024 16:50:01 +0000 (10:50 -0600)
.readthedocs.yaml [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..635dca4
--- /dev/null
@@ -0,0 +1,17 @@
+version: 2
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+
+python:
+  install:
+    - requirements: ./requirements.txt
+
+sphinx:
+  builder: html
+  configuration: doc/conf.py
+  fail_on_warning: false
+
+formats: all