diff options
| author | Zuul <zuul@review.opendev.org> | 2019-07-15 18:45:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-07-15 18:45:34 +0000 |
| commit | f827bfb46c7cffb8036bbf606014aa9a28af77c8 (patch) | |
| tree | a4b03da828078c6726c21ffd0576cb9d3aed990d /doc | |
| parent | 21a742751aa451b2002c2b64198ef2e01a1e12ea (diff) | |
| parent | 8e219cd51df25a06228e3485d05ca8f49dd10381 (diff) | |
| download | ironic-python-agent-f827bfb46c7cffb8036bbf606014aa9a28af77c8.tar.gz | |
Merge "Bump openstackdocstheme to 1.20.0"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/conf.py | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 0bedef23..1ab3cf44 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,20 +26,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Ironic Python Agent' copyright = u'OpenStack Foundation' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -from ironic_python_agent import version as ipa_version -# The full version, including alpha/beta/rc tags. -release = ipa_version.version_info.release_string() -# The short X.Y version. -version = ipa_version.version_info.version_string() - # A list of ignored prefixes for module index sorting. modindex_common_prefix = ['ironic_python_agent'] @@ -70,11 +58,8 @@ repository_name = 'openstack/ironic-python-agent' bug_project = 'ironic-python-agent' bug_tag = '' -# Must set this variable to include year, month, day, hours, and minutes. -html_last_updated_fmt = '%Y-%m-%d %H:%M' - # Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project +htmlhelp_basename = 'Ironic Python Agentdoc' # Grouping the document tree into LaTeX files. List of tuples @@ -83,8 +68,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ( 'index', - '%s.tex' % project, - u'%s Documentation' % project, + 'Ironic Python Agent.tex', + u'Ironic Python Agent Documentation', u'OpenStack Foundation', 'manual' ), |
