From d06fbb4a2d9278328cfa0693326e33828f5c5c26 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 11 Apr 2015 15:11:50 +0200 Subject: [PATCH] Turn on nazi option for sphinx and fix warnings --- bootstrapvz/base/fs/volume.py | 1 + docs/base/pkg.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrapvz/base/fs/volume.py b/bootstrapvz/base/fs/volume.py index 0a17f61..043094a 100644 --- a/bootstrapvz/base/fs/volume.py +++ b/bootstrapvz/base/fs/volume.py @@ -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 diff --git a/docs/base/pkg.rst b/docs/base/pkg.rst index 1a8db8b..4625358 100644 --- a/docs/base/pkg.rst +++ b/docs/base/pkg.rst @@ -16,7 +16,7 @@ Sources list :private-members: Preferences list ------------- +---------------- .. automodule:: bootstrapvz.base.pkg.preferenceslist :members: :private-members: diff --git a/tox.ini b/tox.ini index 17db141..e229a8d 100644 --- a/tox.ini +++ b/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