summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Jerome Ellison <micah.jerome.ellison@gmail.com>2023-10-17 08:33:58 -0700
committerGitHub <noreply@github.com>2023-10-17 08:33:58 -0700
commit09a96e6db96a507bc61cd991b9a2b71ad4dcd8a8 (patch)
treefbf9ba4bbd6d7d1db6dd8475a0943181bb0fdb2e
parentf9558f960adf981b9040d32e255f584a2f847ca2 (diff)
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
-rw-r--r--.readthedocs.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 60d14db0..9ef346b7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -5,6 +5,13 @@
# Required
version: 2
+# Set the OS
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3"
+
+
# Build documentation in the docs/ directory
mkdocs:
configuration: mkdocs.yml