This website requires JavaScript.
Explore
Get Started
openstack
/
openstack-helm
Code
Issues
Proposed changes
8b58159e2d
Branches
Tags
View all branches
openstack-helm
/
test-requirements.txt
4 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add upper constraints for testing This change adds upper constraints for running tox in order to both solve the issue with sphinx 1.6.1 and pbr breaking the docs gate [0], as well as helping prevent this from occuring in the future when a tool updates and ends up causing issue with other required libraries. This also adds an exclusion for 1.6.1 in test requirements as posted here [1]. [0] https://bugs.launchpad.net/pbr/+bug/1691129 [1] http://lists.openstack.org/pipermail/openstack-dev/2017-May/116821.html Change-Id: I025e75fed186236be51c0fcfb7d35f694b0e42d8
2017-05-16 11:16:27 -05:00
sphinx>=1.5.1,!=1.6.1 # BSD
Beggining of docs conversion to OpenStack format This commit introduces initial infrastructure for building documentation using the OpenStack's sphinx extension and tox. To demonstrate that README.md is rewritten into README.rst and should appear in documentation built by `tox -e docs`. Partial-Implements: blueprint docs-to-rst Change-Id: I08ebad1c572e248a8f474e785d3bf7a19dbc4340
2017-04-27 11:01:26 +02:00
oslosphinx>=4.7.0 # Apache-2.0
Replace warnerror with warning-is-error "warnerrors" was broken in a previous version of [pbr] and most projects have abandoned it for [sphinx] warning-is-error, which provides the same functionality.[0] This change removes "warnerrors" setting and adds the "warning-is-error" setting under sphinx for enforcing strict documentation building. Also added pbr>=3.0.0 as a test-requirement since it contains a fix for invalid characters within commit messages that can cause docs builds to fail when "warning-is-error" is enabled.[1] [0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113085.html [1] http://lists.openstack.org/pipermail/openstack-dev/2017-April/115746.html Change-Id: Ib80e3cca1826ef103d0cd8ec5a7f4cee84f04012
2017-05-05 17:21:23 -05:00
pbr>=3.0.0 # Apache-2.0
Copy Permalink