[Varnish] #1535: sphinx-build 0.6.6 incompatibilities (centos 6.5)

Varnish varnish-bugs at varnish-cache.org
Tue Jun 24 13:36:17 CEST 2014


#1535: sphinx-build 0.6.6 incompatibilities (centos 6.5)
-------------------------+--------------------
 Reporter:  g.gerritsen  |       Type:  defect
   Status:  new          |   Priority:  normal
Milestone:               |  Component:  build
  Version:  trunk        |   Severity:  normal
 Keywords:               |
-------------------------+--------------------
 make dist on centos 6.5 fails with

 {{{
 make[4]: Entering directory `/home/build/var6/doc/sphinx'
 sphinx-build -W -N -n -b html -d build/doctrees -D latex_paper_size=a4  .
 build/html
 Sphinx v0.6.6
 Usage: /usr/bin/sphinx-build [options] sourcedir outdir [filenames...]
 Options: -b <builder> -- builder to use; default is html
          -a        -- write all files; default is to only write new and
 changed files
          -E        -- don't use a saved environment, always read all files
         -t <tag>  -- include "only" blocks with <tag>
          -d <path> -- path for the cached environment and doctree files
                       (default: outdir/.doctrees)
          -c <path> -- path where configuration file (conf.py) is located
                       (default: same as sourcedir)
          -C        -- use no config file at all, only -D options
          -D <setting=value> -- override a setting in configuration
          -A <name=value>    -- pass a value into the templates, for HTML
 builder
          -N        -- do not do colored output
          -q        -- no output on stdout, just warnings on stderr
          -Q        -- no output at all, not even warnings
          -w <file> -- write warnings (and errors) to given file
          -W        -- turn warnings into errors
          -P        -- run Pdb on exception
 Modi:
 * without -a and without filenames, write new and changed files.
 * with -a, write all files.
 * with filenames, write these.

 }}}

 -n (nitpick mode) is not available,

 when I remove -n from the Makefile I get the following warning
 {{{
 reading sources... [ 99%] whats-new/index
 reading sources... [100%] whats-new/upgrading


 Warning, treated as error:
 /home/build/var6/doc/sphinx/include/vmod_directors.rst:4: (WARNING/2)
 Explicit markup ends without a blank line; unexpected unindent.

 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1535>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list