View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006410 | Taler | deployment and operations | public | 2020-06-24 02:00 | 2021-08-24 16:23 | 
| Reporter | buckE | Assigned To | buckE | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | closed | Resolution | fixed | ||
| Target Version | 0.8 | Fixed in Version | 0.8 | ||
| Summary | 0006410: Fix sphinx script re: no hardcoded paths /home/docbuilder | ||||
| Description |  # The html-linked builder does not support caching, so we # remove all cached state first. html: diagrams - # -W = exit 1 on warning; --keep-going = complete build anyway; write log to ~/warnings.log - $(SPHINXBUILD) -W --keep-going -w /home/docbuilder/sphinx-warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html +# -W = exit 1 on warning; --keep-going = complete build anyway; write log to ~/warnings.log + $(SPHINXBUILD) -W --keep-going -w warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."  | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2020-06-24 02:00 | buckE | New Issue | |
| 2020-06-24 02:00 | buckE | Status | new => assigned | 
| 2020-06-24 02:00 | buckE | Assigned To | => buckE | 
| 2020-06-24 02:15 | buckE | Status | assigned => resolved | 
| 2020-06-24 02:15 | buckE | Resolution | open => fixed | 
| 2020-07-24 11:56 | Christian Grothoff | Target Version | => 0.8 | 
| 2020-07-24 11:56 | Christian Grothoff | Fixed in Version | => 0.8 | 
| 2021-08-24 16:23 | Christian Grothoff | Status | resolved => closed |