diff --git a/doc/source/conf.py b/doc/source/conf.py index a649b13..72095ad 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -15,6 +15,8 @@ import os import sys +import openstackdocstheme + sys.path.insert(0, os.path.abspath('../..')) # -- General configuration ---------------------------------------------------- @@ -54,8 +56,8 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -# html_theme_path = ["."] -# html_theme = '_theme' +html_theme_path = [openstackdocstheme.get_html_theme_path()] +html_theme = 'openstackdocs' # html_static_path = ['static'] # Output file base name for HTML help builder. diff --git a/doc/source/index.rst b/doc/source/index.rst index 720d0e0..f79ea25 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,10 +3,12 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +======================================================== Welcome to coverage2sql's documentation! ======================================================== -Contents: +Contents +======== .. toctree:: :maxdepth: 2 @@ -19,7 +21,4 @@ Contents: Indices and tables ================== -* :ref:`genindex` -* :ref:`modindex` * :ref:`search` - diff --git a/test-requirements.txt b/test-requirements.txt index 2a58c66..36ee7dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,3 +19,4 @@ os-testr>=0.8.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 six>=1.9.0 # MIT +openstackdocstheme>=1.5.0 # Apache-2.0