summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-06-23 11:18:07 -0700
committerDavid Lord <davidism@gmail.com>2020-06-23 11:18:21 -0700
commitf803602e3a58eb0fc786a0bdda8db50a1021a644 (patch)
tree2125e3b61aa2ee421f706017a055a1b870c9f5fb /.readthedocs.yaml
parent783dc195f3ae54fa3867d45dcaa66170077a027a (diff)
downloadmarkupsafe-f803602e3a58eb0fc786a0bdda8db50a1021a644.tar.gz
fix docs requirements path
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index af23210..f4dd25b 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,6 +3,6 @@ python:
install:
- method: pip
path: .
- - requirements: docs/requirements.txt
+ - requirements: requirements/docs.txt
sphinx:
builder: dirhtml