aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <fmorgner@hsr.ch>2020-02-21 21:53:05 +0100
committerFelix Morgner <fmorgner@hsr.ch>2020-02-21 21:53:05 +0100
commitda08fcb57fd7276649af800a61ee9c008026b6c2 (patch)
treed6bc73c789e58202dd86858afda689d767ab834b
parent8f94dedb7bf0eb02af42199ef5ebb26de498b176 (diff)
downloadnewtype-da08fcb57fd7276649af800a61ee9c008026b6c2.tar.xz
newtype-da08fcb57fd7276649af800a61ee9c008026b6c2.zip
doc: fix requirements path in rtd config
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 9f785e6..6dd17ed 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -9,7 +9,7 @@ formats:
python:
version: 3.7
install:
- - requirements: docs/requirements.txt
+ - requirements: doc/requirements.txt
sphinx:
builder: singlehtml