diff options
| author | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:51:50 +0100 |
|---|---|---|
| committer | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:51:50 +0100 |
| commit | 8f94dedb7bf0eb02af42199ef5ebb26de498b176 (patch) | |
| tree | 49625b0f43008640943e564b63df4be59a05e32f /.readthedocs.yml | |
| parent | 4ae07755ec05877a4ad88e82429b2ea9685b5587 (diff) | |
| download | newtype-8f94dedb7bf0eb02af42199ef5ebb26de498b176.tar.xz newtype-8f94dedb7bf0eb02af42199ef5ebb26de498b176.zip | |
doc: replace Pipfile with requirements.txt
Diffstat (limited to '.readthedocs.yml')
| -rw-r--r-- | .readthedocs.yml | 3 |
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 |
