Reviewed: https://review.openstack.org/470252 Committed: https://git.openstack.org/cgit/openstack/nova-specs/commit/?id=77b2ae9c5f5efdf1d565794921077458aedd8be9 Submitter: Jenkins Branch: master
commit 77b2ae9c5f5efdf1d565794921077458aedd8be9 Author: Dirk Mueller <[email protected]> Date: Fri Jun 2 13:14:04 2017 +0200 Fix citation references (Sphinx 1.6.x compatibility) Sphinx 1.6.x gained a cross-reference check warning that caused the build to fail in "tox -e docs" environment. Removing underscores from the citation reference identifier ensures that the cross references are properly detected. Similarly missing references to footnotes are now a warning (which is upgraded to an error in the docs tox environment) so adjust references where it makes sense and is needed. Closes-Bug: #1695127 Change-Id: I7e55dcf910e0ba6dd85b565db8cb1ecbdd39634a ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1695127 Title: nova-specs docs builds fail with sphinx 1.6.2: Citation is not referenced. Status in OpenStack Compute (nova): Fix Released Bug description: This issue seemed be fixed in https://bugs.launchpad.net/nova/+bug/1693010. But it has not been fixed yet. http://logs.openstack.org/47/460847/5/check/gate-nova-specs-docs- ubuntu-xenial/e4e669b/console.html 2017-06-01 23:31:09.904757 | Running Sphinx v1.6.2 (snipped...) 2017-06-01 23:31:44.280392 | scanning /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source for redirects... 2017-06-01 23:31:44.281018 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/juno/redirects 2017-06-01 23:31:44.287320 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/liberty/redirects 2017-06-01 23:31:44.290284 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/queens/redirects 2017-06-01 23:31:44.290664 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/kilo/redirects 2017-06-01 23:31:44.293625 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/ocata/redirects 2017-06-01 23:31:44.295852 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/pike/redirects 2017-06-01 23:31:44.296663 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/mitaka/redirects 2017-06-01 23:31:44.300105 | found redirects at /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/newton/redirects 2017-06-01 23:31:44.304215 | ...done 2017-06-01 23:31:45.098021 | pickling environment... done 2017-06-01 23:31:45.099044 | checking consistency... 2017-06-01 23:31:45.099110 | Warning, treated as error: 2017-06-01 23:31:45.099207 | /home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/doc/source/specs/juno/implemented/pci-passthrough-sriov.rst:412:Citation [VIF_DETA] is not referenced. 2017-06-01 23:31:45.323528 | ERROR: InvocationError: '/home/jenkins/workspace/gate-nova-specs-docs-ubuntu-xenial/.tox/venv/bin/python setup.py build_sphinx' 2017-06-01 23:31:45.323612 | ___________________________________ summary ____________________________________ 2017-06-01 23:31:45.323637 | ERROR: venv: commands failed 2017-06-01 23:31:45.334621 | [Zuul] Task exit code: 1 2017-06-01 23:31:46.425403 | [Zuul] Job complete, result: FAILURE To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1695127/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

