Do not use openstackdocstheme

This theme is for official OpenStack projects, pyghmi is not one of
them. Also using it makes it harder to package pyghmi for EPEL8 [1].

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1886330

Change-Id: I0613733bbb5f5b0394b811d6bc6ad2b6b65176aa
This commit is contained in:
Dmitry Tantsur 2020-11-09 16:59:25 +01:00
parent bd247bbacc
commit a9c71160ab
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD

View File

@ -29,7 +29,7 @@ sys.path.insert(0, os.path.abspath('.'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'openstackdocstheme']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -86,7 +86,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'openstackdocs'
html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme