Turn on nazi option for sphinx and fix warnings

This commit is contained in:
Anders Ingemann 2015-04-11 15:11:50 +02:00
parent be5590f411
commit d06fbb4a2d
3 changed files with 3 additions and 2 deletions

View file

@ -70,6 +70,7 @@ class Volume(FSMProxy):
rather than a loopback device or a network block device.
:param _e_obj e: Event object containing arguments to create()
Keyword arguments to link_dm_node() are:
:param int logical_start_sector: The sector the volume should start at in the new volume

View file

@ -16,7 +16,7 @@ Sources list
:private-members:
Preferences list
------------
----------------
.. automodule:: bootstrapvz.base.pkg.preferenceslist
:members:
:private-members:

View file

@ -20,7 +20,7 @@ deps =
sphinx
commands =
./taskoverview.py --output docs/_static/graph.json
sphinx-build -b html -d docs/_build/html/doctrees docs docs/_build/html
sphinx-build -W -b html -d docs/_build/html/doctrees docs docs/_build/html
[testenv:docs-serve]
changedir = docs/_build/html