diff options
| author | Emilio Jesus Gallego Arias | 2018-12-27 11:14:59 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-12-27 11:14:59 +0100 |
| commit | 2760bdc584d3b49d9ebcd2052c6be13e08cb1429 (patch) | |
| tree | 8bdb4aa1b6e1d32be3a2b70998c147212a85a2fb /doc/dune | |
| parent | 721457e41db164057025f48a8a46596397c0c5c8 (diff) | |
| parent | 3d833269860ae9fe8e6f4a3d936d23404afe453e (diff) | |
Merge PR #9277: [dune] Build refman with fatal warnings like in the Makefile build.
Diffstat (limited to 'doc/dune')
| -rw-r--r-- | doc/dune | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,8 +10,10 @@ ; + tools/coqdoc/coqdoc.css (package coq) (source_tree sphinx) - (source_tree tools)) - (action (run sphinx-build -j4 -b html -d sphinx_build/doctrees sphinx sphinx_build/html))) + (source_tree tools) + (env_var SPHINXWARNOPT)) + (action + (run sphinx-build -j4 %{env:SPHINXWARNOPT=-W} -b html -d sphinx_build/doctrees sphinx sphinx_build/html))) (alias (name refman-html) |
