fix: try to get readthedocs working

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2023-09-27 01:00:45 -04:00
parent bd997ff135
commit 0a8c98681c

View File

@ -4,16 +4,15 @@
# Required # Required
version: 2 version: 2
# Set the OS, Python version and other tools you might need # Set the version of Python and other tools you might need
build: build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.11" python: "3.11"
# Build documentation in the doc/help/ directory with Sphinx
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
formats: formats:
- pdf - pdf
- epub