aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorFelix Morgner <fmorgner@hsr.ch>2020-02-21 21:51:50 +0100
committerFelix Morgner <fmorgner@hsr.ch>2020-02-21 21:51:50 +0100
commit8f94dedb7bf0eb02af42199ef5ebb26de498b176 (patch)
tree49625b0f43008640943e564b63df4be59a05e32f /.readthedocs.yml
parent4ae07755ec05877a4ad88e82429b2ea9685b5587 (diff)
downloadnewtype-8f94dedb7bf0eb02af42199ef5ebb26de498b176.tar.xz
newtype-8f94dedb7bf0eb02af42199ef5ebb26de498b176.zip
doc: replace Pipfile with requirements.txt
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index fcbb0ed..9f785e6 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -9,8 +9,7 @@ formats:
python:
version: 3.7
install:
- - method: pipfile
- path: doc
+ - requirements: docs/requirements.txt
sphinx:
builder: singlehtml