Commit Graph

15 Commits

Author SHA1 Message Date
Stephen Finucane 5a82d7e9a2 Retire docs-specs
We haven't used this in a long time and with the transition of docs from
a project to a SIG, it's not likely to be used again going forward.

Leave the .zuul.yaml file with noop-jobs to allow this patch to merge.

Change-Id: I557bace8008cc3b4fc1f78264f93291c49f897ad
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Depends-On: Ie3ed990df99057896130ed0f7d5cf6c07db8c962
2019-07-03 10:54:39 +01:00
Doug Hellmann 1f6bd25257 switch to openstackdocstheme
Change-Id: I1f5ddac09dac298fd5863d778a1b948d0bd48660
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-25 16:40:44 -04:00
Andreas Jaeger 1319f331d3 Allow building with python3
yasfb 0.6.0 has been released and works with python2 and python3, so we
can remove the basepython setting from tox.ini.

Require at least version 0.6.1 since that fixes a unicode bug.

Change-Id: Ia52a874a58b693d090e6921e4a3a2ff49345d8ba
2017-04-14 20:11:41 +02:00
Monty Taylor ec388af66b Fix sphinx warnings
Ensure pbr 2.0, which includes a number of bugfixes along with support
for Sphinx 1.5's 'warning-is-error' option is used. Then suppress
"WARNING: nonlocal image URI found" - which gets triggered by our
inclusion of badges in the README.

Change-Id: I1901ec7d19f4d13ef6c8b814243786fb23e70b78
Co-Authored-By: Stephen Finucane <sfinucan@redhat.com>
2017-04-11 13:39:13 +01:00
Andreas Jaeger 038542ceed Update requirements
Sync with global requirements to use newer tools.

Remove docutils, we don't need the blacklisting of version 0.13.1
anymore.

Change-Id: I54786a6000427fda6ac93a6c254e2f646629ad20
2017-03-02 14:33:32 +01:00
KATO Tomoyuki 398874c021 Skip docutils 0.13.1
The 0.13.1 release breaks some documentation jobs
when it tries to build docs with remote images.
This has been reported upstream[0]. The version
matches the supported docutils versions for sphinx.

[0] https://sourceforge.net/p/docutils/bugs/301/

Change-Id: I7fb8c0fa9518b6b16eba6f7c5607c94136ebca53
2016-12-26 11:56:32 +09:00
Andreas Jaeger 490c233150 Update requirements
Manual sync with global requirements to allow newer sphinx - the same
version we use everywhere else.

Change-Id: I385119e4f9dcd17bbe83aaef384e3f8593398870
2016-11-04 16:14:15 +01:00
Andreas Jaeger c161e92da4 Sync with global requirements
Update to get the same versions in that are used elsewhere.

Version change for: pbr, testtools
Updated ../docs-specs/requirements.txt:
    pbr>=0.6,!=0.7,<1.0            ->   pbr>=1.3,<2.0
    testtools>=0.9.36,!=1.2.0      ->   testtools>=1.4.0

Also, stop specifying requirements.txt in tox.ini.

As PBR already injects the contents of requirements.txt into
setup_requires, there is no need for tox to explicitly install them.
http://lists.openstack.org/pipermail/openstack-dev/2015-July/069663.html

Change-Id: Id4ed6e53bcf199e78a02a5f5d079e2ca45642af4
2015-07-17 09:17:19 +02:00
Andreas Jaeger 191ce26e37 Remove unused requirements, sync requirements
Remove unused requirements and sync requirements with global
requirements file.

Change-Id: I0e8e4ccd03a996c8674ed1c16374e86438148033
2015-04-26 19:19:34 +02:00
Jenkins 88200d5b7d Merge "Add RSS feed" 2014-09-21 10:29:28 +00:00
Doug Hellmann 72c2a92d4b Add RSS feed
Publish an RSS feed of the changes to the specs repository to make the
specs more discoverable.

Change-Id: Ib4f84efab8b3af3ddd47d38d63a91362612bd655
2014-09-10 15:59:01 -04:00
Andreas Jaeger 156571ffc9 Warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e
Closes-Bug: 1365061
2014-09-10 20:33:24 +02:00
Christian Berendt b22708b128 Check for style issues with doc8
Change-Id: I19cf54de04c0a9994228e620070aed8c7cf687de
2014-08-28 13:36:54 +02:00
Andreas Jaeger e6bd909358 Remove docutils pin
This was added to work around bug 1091333.  A new sphinx has been
released and so this is no longer necessary.

Change-Id: I9107884d964757a9154bdd1feb4ea6df4e9df43e
2014-08-27 11:57:19 +02:00
Anne Gentle b5cea5db59 Initial docs-specs repository
Contains just template for now for discussion
2014-06-27 07:32:02 -05:00