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-django-portal-sdk.git
The following commit(s) were added to refs/heads/master by this push:
new 7f57be6 Adding .readthedocs.yaml
7f57be6 is described below
commit 7f57be6a191218874415736c34db1865372ef79e
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Jun 14 16:11:57 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..fbe5c54
--- /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-22.04
+# tools:
+# python: "3.10"
+
+mkdocs:
+ configuration: mkdocs.yml
+
+# Optionally declare the Python requirements required to build your docs
+python:
+ install:
+ - requirements: requirements-dev.txt