diff --git a/doc/source/conf.py b/doc/source/conf.py index 5c70693cb3..03a7b9753a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ import os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [ ] +extensions = ['oslosphinx'] todo_include_todos = True @@ -78,7 +78,7 @@ show_authors = False pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. -modindex_common_prefix = ['DevStack-doc.'] +modindex_common_prefix = ['requirements-doc.'] # -- Options for man page output ---------------------------------------------- man_pages = [] @@ -87,7 +87,7 @@ man_pages = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'nature' +# html_theme = 'nature' # 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 @@ -156,7 +156,7 @@ html_use_index = False #html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'DevStack-doc' +htmlhelp_basename = 'requirements-doc' # -- Options for LaTeX output -------------------------------------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a7ea9a32c0..d6bb2934f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,3 +13,4 @@ setuptools>=16.0 # this is required for the docs build jobs sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx>=2.5.0 # Apache-2.0