diff options
Diffstat (limited to 'doc/source/conf.py')
-rwxr-xr-x | doc/source/conf.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ea0a2d5..44499e2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,9 +33,6 @@ repository_name = 'openstack/oslo.middleware' bug_project = 'oslo.middleware' bug_tag = '' -# Must set this variable to include year, month, day, hours, and minutes. -html_last_updated_fmt = '%Y-%m-%d %H:%M' - # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable @@ -47,7 +44,6 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'oslo.middleware' copyright = u'2014, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. @@ -67,19 +63,3 @@ pygments_style = 'sphinx' # html_theme_path = ["."] html_theme = 'openstackdocs' # html_static_path = ['static'] - -# Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project - -# 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, - u'OpenStack Foundation', 'manual'), -] - -# Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} |