readthedocs: add configuration file

pull/6433/head
Jason Ish 4 years ago committed by Victor Julien
parent 586522e1e9
commit 6e3e8530a1

1
.gitignore vendored

@ -67,3 +67,4 @@ test.sh
!/suricata-update/Makefile.am
/libsuricata-config
!/libsuricata-config.in
!/.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: []
Loading…
Cancel
Save