[openstack-dev] [release][documentation] openstackdocstheme release 1.2.7 (_independent)
doug at doughellmann.com
doug at doughellmann.com
Tue Jan 19 15:11:22 UTC 2016
We are chuffed to announce the release of:
openstackdocstheme 1.2.7: OpenStack Docs Theme
This release is part of the _independent release series.
With source available at:
http://git.openstack.org/cgit/openstack/openstackdocstheme
With package available at:
https://pypi.python.org/pypi/openstackdocstheme
Please report issues through launchpad:
http://bugs.launchpad.net/openstack-manuals
For more details, please see below.
1.2.7
^^^^^
Bug Fixes
* Fix links on sidebar to go to docs.openstack.org instead of non-
existing places (Launchpad bug
Changes in openstackdocstheme 1.2.6..1.2.7
------------------------------------------
8d33c6c Update the contribute link at the footer
22639fe Update links in the OpenStack column in the footer
41bb08f Updated from global requirements
8f88075 Sync header with www.openstack.org
aa3200f Replace deprecated library function os.popen() with subprocess
c17b1ce Drop python classifiers from setup.cfg file
bf64897 Updated from global requirements
343e6bf Fix sidebar for developer.openstack.org
de938fd Deprecated tox -downloadcache option removed
7a48663 Drop py26 from setup.cfg
Diffstat (except docs and test files)
-------------------------------------
README.rst | 5 +--
openstackdocstheme/theme/openstackdocs/footer.html | 4 +--
openstackdocstheme/theme/openstackdocs/header.html | 40 +++++++++++++---------
.../theme/openstackdocs/sidebartoc.html | 18 +++++-----
.../notes/sidebarlinks-db0a8463f32ab95d.yaml | 4 +++
requirements.txt | 4 +--
setup.cfg | 6 ----
setup.py | 5 ++-
test-requirements.txt | 6 ++--
tox.ini | 1 -
11 files changed, 53 insertions(+), 46 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 19d3ae5..11bed1e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=0.6,!=0.7,<1.0
-requests>=2.2.0,!=2.4.0
+pbr>=1.6 # Apache-2.0
+requests!=2.9.0,>=2.8.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4e7c4f0..51cd316 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -8 +8 @@ hacking>=0.10.0,<0.11
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -11 +11 @@ reno>=0.1.1 # Apache2
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
More information about the OpenStack-dev
mailing list