From: Jason Ish Date: Thu, 15 Feb 2024 16:54:39 +0000 (-0600) Subject: doc: add a readthedocs configuration file X-Git-Tag: 1.3.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7d0eeffe2dbd2b5fdd16a19faa4890801ea06d;p=thirdparty%2Fsuricata-update.git doc: add a readthedocs configuration file --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..635dca4 --- /dev/null +++ b/.readthedocs.yaml @@ -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