← Back to team overview

linux-traipu team mailing list archive

[Bug 793201] Re: drizzledump.rst breaks make html

 

The reason why this fails is the docs are designed for Sphinx 1.0, your
0.6 is really old.  What _should_ happen is it should warn and the docs
it generates will be partly broken.

So:

1. you need to upgrade Sphinx if you really want docs
2. we need to fix the build system so warn is not error for sphinx 0.6

** Changed in: drizzle
     Assignee: (unassigned) => Andrew Hutchings (linuxjedi)

** Changed in: drizzle
     Assignee: Andrew Hutchings (linuxjedi) => Monty Taylor (mordred)

-- 
You received this bug notification because you are a member of UBUNTU -
AL, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/793201

Title:
  drizzledump.rst breaks make html

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  $ make html
  Making html in .
  make[1]: Entering directory `/home/daniel/dev/drizzle/plugin-docs'
  PYTHONPATH=./docs sphinx-build -b html -d ./docs/doctrees  -W -D release=2011.05.18.2323 ./docs ./docs/html
  Running Sphinx v0.6.4
  loading pickled environment... not found
  building [html]: targets for 128 source files that are out of date
  updating environment: 128 added, 0 changed, 0 removed
  reading sources... [100%] where                                  x

  Warning, treated as error:
  /home/daniel/dev/drizzle/plugin-docs/docs/clients/drizzledump.rst:36: (ERROR/3) Unknown directive type "option".

  .. option:: --all-databases, -A

     Dumps all databases found on the server apart from ``information_schema`` and
     ``data_dictionary`` in Drizzle and ``information_schema``,
     ``performance_schema`` and ``mysql`` in MySQL.

  make[1]: *** [html-local] Error 1

  I don't know Sphinx docs well enough to know how to fix this.


References