summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-24 12:01:27 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-24 12:06:51 +0100
commit25af8e5f3626b84cabde63877c93b1704491dc81 (patch)
tree64b5f88727f854d65588ac368ad8239b2a7e5537 /.readthedocs.yml
parent5e86264b5ac1c62d08f91a16a068647d8872e4e8 (diff)
downloadpip-25af8e5f3626b84cabde63877c93b1704491dc81.tar.gz
Move docs requirements to docs/
This makes the file easier to locate, by placing it next to the stuff that it will affect.
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index bd4cb9cd3..7d62011a6 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -7,4 +7,4 @@ sphinx:
python:
version: 3.8
install:
- - requirements: tools/requirements/docs.txt
+ - requirements: docs/requirements.txt