Move from oslosphinx to openstackdocstheme

The oslosphinx package is no longer supported. Jobs should also be moved
to run with Python 3.

Change-Id: I13aa6e89dc0752157cf9efc66844c5141f3b77ce
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-05-15 08:14:34 -05:00
parent bd78438bc5
commit 9c282d47ba
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ output/*/index.html
# Sphinx # Sphinx
doc/build doc/build
doc/source/spelling_wordlist.txt
# pbr generates these # pbr generates these
AUTHORS AUTHORS

View File

@ -24,8 +24,7 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinxcontrib.blockdiag', 'sphinxcontrib.blockdiag',
#'sphinx.ext.intersphinx', 'openstackdocstheme',
'oslosphinx',
'yasfb', 'yasfb',
] ]
@ -76,6 +75,7 @@ pygments_style = 'sphinx'
# html_theme_path = ["."] # html_theme_path = ["."]
# html_theme = '_theme' # html_theme = '_theme'
# html_static_path = ['static'] # html_static_path = ['static']
html_theme = 'openstackdocs'
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project htmlhelp_basename = '%sdoc' % project

View File

@ -4,7 +4,7 @@
pbr!=2.1.0,>2.0.0 # Apache-2.0 pbr!=2.1.0,>2.0.0 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinxcontrib-blockdiag==1.5.4 # BSD sphinxcontrib-blockdiag==1.5.4 # BSD

View File

@ -4,6 +4,7 @@ envlist = docs
skipsdist = True skipsdist = True
[testenv] [testenv]
basepython = python3
usedevelop = True usedevelop = True
install_command = pip install -U {opts} {packages} install_command = pip install -U {opts} {packages}
setenv = setenv =