diff options
| author | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:40:17 +0100 |
|---|---|---|
| committer | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:40:17 +0100 |
| commit | e86b0f201c48fc36b1f635a892d3d0ee3d1e3dfe (patch) | |
| tree | 6d490f5a08181263414036e6b871277b166b439d | |
| parent | aff9ce77fa93c0ecd530e0c39c89ebd0b3fb1ae5 (diff) | |
| download | newtype-e86b0f201c48fc36b1f635a892d3d0ee3d1e3dfe.tar.xz newtype-e86b0f201c48fc36b1f635a892d3d0ee3d1e3dfe.zip | |
doc: try to install deps from Pipfile
| -rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 6514c09..041d294 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,9 @@ formats: python: version: 3.7 + install: + - pipfile: doc sphinx: builder: singlehtml - configuration: doc/src/conf.py
\ No newline at end of file + configuration: doc/src/conf.py |
