From 12bd870a02fc3528f45d27152c62fb0b9598bc84 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 1 Aug 2019 21:07:43 -0700 Subject: Fix up stable gate This is a combination of three commits from master: --- Isolate docs requirements ...since modern sphinx won't install on py27. While we're at it, clean up some warnings and treat warnings as errors. Also, fix up how we parse test configs so we can run func tests. Related-Change: Id3c2ed87230c5918c18e2c01d086df8157f036b1 (cherry picked from commit 113eacf3b80f61d366b3e95b558b40f82ff728a4) --- Drag forward prettytable in lower-constraints Apparently version 0.7 got unpublished recently. (cherry picked from commit 5bd66947fc3d8987d4b24d5119a346031004229e) --- docs: Clean up formatting (cherry-picked from commit 7563d9cb5642c85a31708fd863e2737f9d6c9419) --- Change-Id: I3c6bca460ee5ff99195495a29e8b8bbf4ed804ff (cherry picked from commit 172aa9016977a3b03f07da0350c6aa9ade1e55a0) --- doc/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/requirements.txt (limited to 'doc/requirements.txt') diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..4551673 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,5 @@ +keystoneauth1>=3.4.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,<2.0.0,>=1.6.2;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD +reno>=2.5.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 -- cgit v1.2.1