ironic/ironic
Julia Kreger 17c3de3413 Fix doc builds for ironic
It seems that the wsme sphinx extension was concealing
issues in our doc builds, where formatting was not exactly
correct nor parsed as we would always expect as we have had
a tendency to fully document data structures as if we are
typing code.

Upon disabling the extension, the prior build failures due to
duplicate labels disappeared and other issues preventing the
docs from building successfully were raised.

It also seems that we never actually used the extension as
documented https://wsme.readthedocs.io/en/latest/document.html

$ grep -ir "wsme:root" ./ironic
$ grep -ir "wsme:type" ./ironic
$ grep -ir "wsme:attribute" ./ironic
$ grep -ir "wsme:service" ./ironic
$ grep -ir "autotype" ./ironic
./ironic/objects/fields.py:class FlexibleDictField(object_fields.AutoTypedField):
./ironic/objects/fields.py:class MACAddressField(object_fields.AutoTypedField):
$ grep -ir "autoattribute" ./ironic
$ grep -ir "autoservice" ./ironic
$ grep -ir "autofunction" ./ironic
$

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: Ib5bbd9274a4098022fba69f0e4998485d2ee2396
Story: 2003020
Task:  23043
2018-09-05 19:24:55 +02:00
..
api Fix doc builds for ironic 2018-09-05 19:24:55 +02:00
cmd Detect skip version upgrades from version earlier than Pike 2018-07-06 12:46:14 -04:00
common Fix doc builds for ironic 2018-09-05 19:24:55 +02:00
conductor Merge "Prevents deletion of ports for active nodes" 2018-08-31 06:56:34 +00:00
conf Merge "Remove the duplicated word" 2018-08-20 12:39:04 +00:00
db Add automated_clean field 2018-08-20 10:25:24 +02:00
dhcp Merge "Add meaningful exception in Neutron port show" 2018-03-16 13:49:39 +00:00
drivers Fix doc builds for ironic 2018-09-05 19:24:55 +02:00
hacking Follow-up to improve pep8 checking with hacking 2018-07-26 10:29:41 +07:00
objects Use max version of an object 2018-08-02 13:43:51 +00:00
tests Merge "Prevents deletion of ports for active nodes" 2018-08-31 06:56:34 +00:00
__init__.py Move eventlet monkey patch code 2017-03-02 13:48:18 +02:00
version.py Correct version.py and update current version string 2014-03-21 13:50:05 -07:00