diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2019-02-24 20:17:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 20:17:18 +0100 |
commit | b45978363155a452462f61782752d9729c69f494 (patch) | |
tree | 22f5a2025fd16806b51024bbf44b67091137ddeb | |
parent | 35f9998cef740464bf88304a2f2b016a1ea001fe (diff) | |
parent | 091ae4b012c9fd624b7f33634966c15148ee34f5 (diff) | |
download | ghdl-b45978363155a452462f61782752d9729c69f494.tar.gz ghdl-b45978363155a452462f61782752d9729c69f494.tar.bz2 ghdl-b45978363155a452462f61782752d9729c69f494.zip |
Merge pull request #766 from 1138-4EB/update-rtd-conf
Update `.readthedocs.yml` to version 2.
-rw-r--r-- | .readthedocs.yml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 515661a6d..9ab35d305 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,19 @@ -#formats: -# - pdf -requirements_file: doc/requirements.txt +version: 2 + +formats: # Use 'all' to include all formats + - htmlzip + - pdf +# - epub + python: - version: 3 + version: 3.7 + install: + - requirements: doc/requirements.txt + +build: + image: latest + +sphinx: + builder: html + configuration: doc/conf.py + fail_on_warning: false |