Set new required build fields in the ReadTheDocs config file (#1803)

* Set the OS in the ReadTheDocs build process

* Add required tools.python to ReadTheDocs config file

* Change Python version from number to a string
This commit is contained in:
Micah Jerome Ellison 2023-10-17 08:33:58 -07:00 committed by GitHub
parent f9558f960a
commit 09a96e6db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,13 @@
# Required # Required
version: 2 version: 2
# Set the OS
build:
os: ubuntu-22.04
tools:
python: "3"
# Build documentation in the docs/ directory # Build documentation in the docs/ directory
mkdocs: mkdocs:
configuration: mkdocs.yml configuration: mkdocs.yml