← Back to team overview

linux-traipu team mailing list archive

[Bug 793201] [NEW] drizzledump.rst breaks make html

 

Public bug reported:

$ 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.

** Affects: drizzle
     Importance: Undecided
         Status: New

-- 
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.


Follow ups

References