aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31Update openstackdocstheme>=1.16.0ZhongShengping1-1/+1
Change-Id: I69f9af4191cf7148d517f56c77da739c1a06b49f
2017-07-02Fix openstackdocsthemeZhongShengping1-2/+2
See the docs[0] how to use it. Also add the variables for the bug log feature. [0]https://docs.openstack.org/openstackdocstheme/latest/ Change-Id: I11b183986a389291d9ab02cb1d0be36c3d73bdb0
2017-06-26Switch from oslosphinx to openstackdocsthemeZhongShengping1-1/+1
As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: Ic82c4a2ec9fe26c8621ab2c7c9598b1582f73156
2017-06-08Update global requirementsZhongShengping1-2/+2
Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0 Pin sphinx version to sphinx!=1.6.1,>=1.5.1 reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests. Change-Id: I9daab4d970f387ae20ded1bf920ec3b98c7e4597
2017-05-17Update tox configurationAlex Schultz1-4/+7
Update the tox configuration to pull in the openstack upper-constraints.txt when running releasenotes. This will fix the releasenotes job that is currently failing due to a new version of sphinx. Additionally this change includes updates from puppet-modulesync-configs. Change-Id: Ie587bfde2367dfec796f1b07c01bba15d839a3b1 Related-Bug: #1691511
2016-12-03Add basic structure for ReNoLuke Hinds1-0/+4
ReNo [1] is the release management tool in OpenStack. This patch adds the basic structure to start using it for doc builds in puppet-tripleo. * Update .gitignore * Add a basic note "use-reno" * Add releasenotes/ dir and basic files * Add python files: setup.cfg, setup.py, test-requirements.txt and tox.ini. [1] http://docs.openstack.org/developer/reno Change-Id: Idc9a30ab632c8e2ca794fb10431cdefd5d861d14