mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +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.
|
||||
|
||||
: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
|
||||
|
|
|
@ -16,7 +16,7 @@ Sources list
|
|||
:private-members:
|
||||
|
||||
Preferences list
|
||||
------------
|
||||
----------------
|
||||
.. automodule:: bootstrapvz.base.pkg.preferenceslist
|
||||
:members:
|
||||
:private-members:
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue