diff options
| author | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:42:09 +0100 |
|---|---|---|
| committer | Felix Morgner <fmorgner@hsr.ch> | 2020-02-21 21:42:09 +0100 |
| commit | 4ae07755ec05877a4ad88e82429b2ea9685b5587 (patch) | |
| tree | bcd9b7dcea74384c4c972bb852a531f840280ab6 | |
| parent | e86b0f201c48fc36b1f635a892d3d0ee3d1e3dfe (diff) | |
| download | newtype-4ae07755ec05877a4ad88e82429b2ea9685b5587.tar.xz newtype-4ae07755ec05877a4ad88e82429b2ea9685b5587.zip | |
doc: try to fix rtd configuration
| -rw-r--r-- | .readthedocs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 041d294..fcbb0ed 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,8 @@ formats: python: version: 3.7 install: - - pipfile: doc + - method: pipfile + path: doc sphinx: builder: singlehtml |
