This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-docs.git
The following commit(s) were added to refs/heads/master by this push:
new e2562cb Adding .readthedocs.yaml
e2562cb is described below
commit e2562cb35a01433598bd3495161dde23498db24e
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Jun 14 16:01:50 2023 -0400
Adding .readthedocs.yaml
---
.readthedocs.yaml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..0c7e331
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,20 @@
+# .readthedocs.yaml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+
+# Required
+version: 2
+
+# Set the version of Python and other tools you might need
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "2.7"
+
+mkdocs:
+ configuration: mkdocs.yml
+
+# Optionally declare the Python requirements required to build your docs
+# python:
+# install:
+# - requirements: requirements.txt