Remove oslosphinx

oslosphinx is obsolete as of

I3495ea4ff2b30cb3debbc3aaf0e73e9d2b6f4206

and will be dead as of Pike EOL.

openstackdocstheme takes its place

Change-Id: I8837603a81566817fb668ca7ff84abbe9cde4c41
This commit is contained in:
Honza Pokorny 2017-09-29 15:45:02 -03:00
parent b651159a3c
commit 9a0f4562bf
3 changed files with 8 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
extensions = ['oslosphinx']
extensions = ['openstackdocstheme']
source_suffix = '.rst'
@ -24,3 +24,8 @@ copyright = u'2017, OpenStack Foundation'
pygments_style = 'sphinx'
htmlhelp_basename = '%sdoc' % project
html_theme = 'openstackdocs'
repository_name = 'openstack/tripleo-ui'
bug_project = 'tripleo'
bug_tag = 'ui'

View File

@ -29,7 +29,7 @@ import openstackdocstheme
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'oslosphinx',
'openstackdocstheme',
'reno.sphinxext',
]

View File

@ -1,5 +1,4 @@
# this is required for the docs build jobs
openstackdocstheme>=1.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
sphinx>=1.6.2 # BSD
reno>=1.8.0 # Apache-2.0