Add pbr to the list of installation requirements so that it is installed
via pip before this library is installed, instead of with easy_install.
This avoids issues like Bug #1384919, and ensures that projects that use
this library as a dependency are properly installed.
Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
When using a link inside the h3.highlighted sidebar element the
text reverts to the default grey colour
Change-Id: I4e35abd6da42a5d9a7bb8c3b56fd4e8610e4e17c
This allows projects that are currently incubated to use oslosphinx
To use a project needs to set
'html_theme_options = {'incubating': True}'
in their sphinx conf.py
This is option reflected by changing the side bar to have a bar
at the top that shows 'Incubated Project'
Change-Id: Ib5a06ac1749fec475d326afe19f16fffb8c7d4a7
The recent rename to oslosphinx missed the MANIFEST.in, which
breaks packaging of the non .py files.
Change-Id: Ib43879697cb855341904500dae3075f7ea5c17c0
Resolves-bug: 1294272
We don't need vim modelines in each source file, it can be set in
user's vimrc.
Change-Id: If4f0e93821e20ea837c1fc908845089dd192fcde
Closes-Bug: #1229324
Universal is used to identify pure-Python module(by bdist_wheel). For
these, it is sufficient to build a wheel with _any_ Python ABI version
and publish that to PyPI (by whatever means).
Change-Id: I34b7f390e2ac60d1a35e1bd352d483e0de7a51e1
Having the sphinx theme in the same namespace package
as the production code has been causing issues with
devstack installations. This change renames the package
to move it out of the namespace. Another change to the
openstack-infra/config repository will rename the
git repository and associated jobs.
Partial-bug: #1277168
Change-Id: I7788a9d6b5984fdfcc4678f2182104d2eb8a2be0
* Related to I579e7c889f3addc2cd40bce0c584bbc70bf435e2
* Rename local-checks section to make it clearer
Change-Id: If4e006368c09dcd6c87ebf7a2aba448c9a9390de
Use latest pbr things that don't require pbr. Also update the tox config
to ensure venv is updated properly.
Change-Id: I157127abd129bbe085c64e2a14f67296da0c4b5e
Include AUTHORS and ChangeLog from pbr to be included
in the sdist tarball. Add a minimal HACKING.rst for
consistency with other projects.
Fixes LP Bug #1186518
Change-Id: I0f188c1c1b449b74b43296222d33a89f98645950
This is a copy of the Sphinx theme for OpenStack developer
documentation imported from the ceilometer repository. After
this library is released, we will remove the copies of the
theme from all of the other repositories.
blueprint oslo.sphinx
Change-Id: I20b6c224b8d8fbede354c2a28ad67eda3a4b9dac
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>