diff --git a/doc/requirements.txt b/doc/requirements.txt index 0b18c1d..4fbe7f7 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,4 +2,4 @@ # push that content due to some global check. sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index 315c6db..eb5d1a2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,10 +38,10 @@ master_doc = 'index' # openstackdocstheme options repository_name = 'openstack/paunch' bug_project = 'paunch' -bug_tag = 'docs' +bug_tag = '' # General information about the project. -project = u'paunch' + copyright = u'2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. @@ -62,15 +62,15 @@ html_theme = 'openstackdocs' # html_static_path = ['static'] # Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project +htmlhelp_basename = 'paunchdoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ ('index', - '%s.tex' % project, - u'%s Documentation' % project, + 'paunch.tex', + u'paunch Documentation', u'OpenStack Foundation', 'manual'), ]