yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72887
[Bug 1769777] Re: local doc build failed due to UpdateAction which was dropped
Reviewed: https://review.openstack.org/566764
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8230f2cf7a6e62e220ee822e2e1a9675f2c977c3
Submitter: Zuul
Branch: master
commit 8230f2cf7a6e62e220ee822e2e1a9675f2c977c3
Author: Akihiro Motoki <amotoki@xxxxxxxxx>
Date: Tue May 8 09:36:11 2018 +0900
doc: Fix doc build failure due to dropped UpdateAction
Change-Id: Iae027ff58a4924fb3cfea1f9eaf07f357c861de8
Closes-Bug: #1769777
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1769777
Title:
local doc build failed due to UpdateAction which was dropped
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
tox -e docs fails due to the following error. UpdateAction was dropped
in Rocky but contributor/ref/tables.rst still refers to UpdateAction.
This must be dropped.
Warning, treated as error:
/home/ubuntu/tmp/horizon/doc/source/contributor/ref/tables.rst:96:autodoc: failed to import class u'UpdateAction' from module u'horizon.tables'; the following exception was raised:
Traceback (most recent call last):
File "/home/ubuntu/tmp/horizon/.tox/docs/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 665, in import_object
obj = self.get_attr(obj, part)
File "/home/ubuntu/tmp/horizon/.tox/docs/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 554, in get_attr
return safe_getattr(obj, name, *defargs)
File "/home/ubuntu/tmp/horizon/.tox/docs/local/lib/python2.7/site-packages/sphinx/util/inspect.py", line 185, in safe_getattr
raise AttributeError(name)
AttributeError: UpdateAction
ERROR: InvocationError: '/home/ubuntu/tmp/horizon/.tox/docs/bin/sphinx-build -W -b html doc/source doc/build/html'
________________________________________________________________________________________________ summary _________________________________________________________________________________________________
ERROR: docs: commands failed
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1769777/+subscriptions
References