aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-02-23 19:20:47 +0100
committer1138-4EB <1138-4EB@users.noreply.github.com>2019-02-23 19:20:47 +0100
commit091ae4b012c9fd624b7f33634966c15148ee34f5 (patch)
treebeea2c1b798efddf28fde0c7e7ad7bbe1f362a93
parent75204b10ffb1f57fd035d8f0c601618b30e4b81a (diff)
downloadghdl-091ae4b012c9fd624b7f33634966c15148ee34f5.tar.gz
ghdl-091ae4b012c9fd624b7f33634966c15148ee34f5.tar.bz2
ghdl-091ae4b012c9fd624b7f33634966c15148ee34f5.zip
update .readthedocs.yml to version 2
-rw-r--r--.readthedocs.yml22
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