summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-07-31 17:54:50 +0200
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-07-31 17:54:50 +0200
commit65bf28563787c95895c05450211bdd99726e60c7 (patch)
treee9e00b3987ec83f3c69d1d56d87690bdd87f4840
parentSwagger (#124) (diff)
downloadgotosocial-65bf28563787c95895c05450211bdd99726e60c7.tar.xz
requirements.txt for RtD
-rw-r--r--.readthedocs.yaml4
-rw-r--r--docs/requirements.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 1e3727cc5..f4d354218 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -7,3 +7,7 @@ version: 2
mkdocs:
configuration: mkdocs.yml
+
+python:
+ install:
+ - requirements: docs/requirements.txt
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 000000000..eedfa5e10
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+mkdocs-render-swagger-plugin==0.0.3