fix: add new readthedocs config file
needed for documentation to update Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
02ea9f2dbd
commit
bd997ff135
1 changed files with 19 additions and 0 deletions
19
.readthedocs.yaml
Normal file
19
.readthedocs.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Read the Docs configuration file for Sphinx projects
|
||||||
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||||
|
|
||||||
|
# Required
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
# Set the OS, Python version and other tools you might need
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
|
formats:
|
||||||
|
- pdf
|
||||||
|
- epub
|
||||||
|
|
Loading…
Reference in a new issue