mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Turn on nazi option for sphinx and fix warnings
This commit is contained in:
parent
be5590f411
commit
d06fbb4a2d
3 changed files with 3 additions and 2 deletions
|
@ -70,6 +70,7 @@ class Volume(FSMProxy):
|
||||||
rather than a loopback device or a network block device.
|
rather than a loopback device or a network block device.
|
||||||
|
|
||||||
:param _e_obj e: Event object containing arguments to create()
|
:param _e_obj e: Event object containing arguments to create()
|
||||||
|
|
||||||
Keyword arguments to link_dm_node() are:
|
Keyword arguments to link_dm_node() are:
|
||||||
|
|
||||||
:param int logical_start_sector: The sector the volume should start at in the new volume
|
:param int logical_start_sector: The sector the volume should start at in the new volume
|
||||||
|
|
|
@ -16,7 +16,7 @@ Sources list
|
||||||
:private-members:
|
:private-members:
|
||||||
|
|
||||||
Preferences list
|
Preferences list
|
||||||
------------
|
----------------
|
||||||
.. automodule:: bootstrapvz.base.pkg.preferenceslist
|
.. automodule:: bootstrapvz.base.pkg.preferenceslist
|
||||||
:members:
|
:members:
|
||||||
:private-members:
|
:private-members:
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -20,7 +20,7 @@ deps =
|
||||||
sphinx
|
sphinx
|
||||||
commands =
|
commands =
|
||||||
./taskoverview.py --output docs/_static/graph.json
|
./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]
|
[testenv:docs-serve]
|
||||||
changedir = docs/_build/html
|
changedir = docs/_build/html
|
||||||
|
|
Loading…
Add table
Reference in a new issue