diff options
author | 2021-07-31 17:54:50 +0200 | |
---|---|---|
committer | 2021-07-31 17:54:50 +0200 | |
commit | 65bf28563787c95895c05450211bdd99726e60c7 (patch) | |
tree | e9e00b3987ec83f3c69d1d56d87690bdd87f4840 | |
parent | Swagger (#124) (diff) | |
download | gotosocial-65bf28563787c95895c05450211bdd99726e60c7.tar.xz |
requirements.txt for RtD
-rw-r--r-- | .readthedocs.yaml | 4 | ||||
-rw-r--r-- | docs/requirements.txt | 1 |
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 |