initial RTD testing

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-28 12:15:53 +01:00
parent 33cfc54a5e
commit 7ec8b73375
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
14 changed files with 1142 additions and 0 deletions

16
docs/.readthedocs.yaml Normal file
View file

@ -0,0 +1,16 @@
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.8"
python:
# Install our python package before building the docs
install:
- method: pip
path: .
sphinx:
fail_on_warning: true
formats:
- pdf
- epub