diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2020-03-01 12:19:49 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2020-03-01 12:19:49 +0100 |
| commit | 1bd35044ee96e2bccb66749be5a48307c6e28218 (patch) | |
| tree | a2e1b4760713a20ae63c3a72ae47425a71e7053c /.readthedocs.yml | |
| parent | f00fb5779dcf2443b74d114093afbbd2441523ad (diff) | |
| parent | 8c5f53f0c3052cc30c2fe78feb1432b2a5c4e847 (diff) | |
| download | newtype-master.tar.xz newtype-master.zip | |
Diffstat (limited to '.readthedocs.yml')
| -rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 6514c09..6dd17ed 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,9 @@ formats: python: version: 3.7 + install: + - requirements: doc/requirements.txt sphinx: builder: singlehtml - configuration: doc/src/conf.py
\ No newline at end of file + configuration: doc/src/conf.py |
