diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-08-05 01:31:20 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-08-05 01:31:20 -0400 |
| commit | b5001e4b213ef92f31e418203f7e7deeb5e305c0 (patch) | |
| tree | 61fcabe28d4e759a9f00c4371f2016935c07d608 /doc/source/conf.py | |
| parent | 75e8490e54bf442b36534ea9c8b53c203b6a9938 (diff) | |
| download | python-openstackclient-b5001e4b213ef92f31e418203f7e7deeb5e305c0.tar.gz | |
Use oslosphinx to generate documentation
Rather than host different and possibly out of date versions of
static and theme files, use oslosphinx to generate the docs.
Change-Id: I7eadc8e40aa10cc26cfd6aece6efa5d13fee70b0
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index fcce1daa..6777f13a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,10 +32,11 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', - 'sphinx.ext.todo'] + 'sphinx.ext.todo', + 'oslosphinx'] # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +#templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' @@ -101,8 +102,8 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme_path = ["."] -html_theme = '_theme' +#html_theme_path = ["."] +#html_theme = '_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -131,7 +132,7 @@ html_theme = '_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +#html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |
