diff options
| author | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:53:05 +0100 |
|---|---|---|
| committer | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:53:05 +0100 |
| commit | da08fcb57fd7276649af800a61ee9c008026b6c2 (patch) | |
| tree | d6bc73c789e58202dd86858afda689d767ab834b | |
| parent | 8f94dedb7bf0eb02af42199ef5ebb26de498b176 (diff) | |
| download | newtype-da08fcb57fd7276649af800a61ee9c008026b6c2.tar.xz newtype-da08fcb57fd7276649af800a61ee9c008026b6c2.zip | |
doc: fix requirements path in rtd config
| -rw-r--r-- | .readthedocs.yml | 2 |
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 |
