View Issue Details

IDProjectCategoryView StatusLast Update
0006410Talerdeployment and operationspublic2021-08-24 16:23
ReporterbuckE Assigned TobuckE  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.8Fixed in Version0.8 
Summary0006410: 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."
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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