Archived
1
1
Fork 0

rtd: add config

This commit is contained in:
Josh Lay 2023-04-25 22:31:45 -05:00
parent 6b69f97b5a
commit 76dd1668c9
Signed by: jlay
GPG key ID: B265E45CACAD108A

25
.readthedocs.yaml Normal file
View file

@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
python:
install:
- method: pip
path: .
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py