This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-admin-user-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new a55a603  Adding build.os key to .readthedocs.yaml
a55a603 is described below

commit a55a603e4e75fc0f1a2d022766fe0ba77f8748a0
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Aug 16 17:29:33 2023 -0400

    Adding build.os key to .readthedocs.yaml
---
 .readthedocs.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 946dd5a..d6d80eb 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -6,10 +6,10 @@
 version: 2
 
 # Set the version of Python and other tools you might need
-# build:
-#   os: ubuntu-22.04
-#   tools:
-#     python: "3.10"
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.10"
 
 mkdocs:
   configuration: mkdocs.yml

Reply via email to