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 1ea10be Pin mkdocs dependency to 0.17.3
1ea10be is described below
commit 1ea10be89abd331e0ad77c221f4fd9f51d231afc
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Aug 2 11:57:04 2023 -0400
Pin mkdocs dependency to 0.17.3
---
.readthedocs.yaml | 6 +++---
requirements.txt | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 0c7e331..816765a 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -15,6 +15,6 @@ mkdocs:
configuration: mkdocs.yml
# Optionally declare the Python requirements required to build your docs
-# python:
-# install:
-# - requirements: requirements.txt
+python:
+ install:
+ - requirements: requirements.txt
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..b0fa54b
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+mkdocs==0.17.3