commit 65bf28563787c95895c05450211bdd99726e60c7 parent 58dddd86e0ddbb0c6aa54506dcef162321babfbb Author: tsmethurst <tobi.smethurst@protonmail.com> Date: Sat, 31 Jul 2021 17:54:50 +0200 requirements.txt for RtD Diffstat:
M | .readthedocs.yaml | | | 4 | ++++ |
A | docs/requirements.txt | | | 1 | + |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git 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 @@ -0,0 +1 @@ +mkdocs-render-swagger-plugin==0.0.3