Remove openstackdocstheme

As per [1] removed the openstackdocstheme

[1] -http://lists.openstack.org/pipermail/openstack-dev/2017-July/119566.html

Change-Id: I4f643ff91f44b6b1f264318dbe52f6e5296df878
Signed-off-by: Sreeram Vancheeswaran <sreeram.vancheeswaran@in.ibm.com>
This commit is contained in:
Sreeram Vancheeswaran 2017-07-26 02:16:20 -07:00
parent 4e94168fd3
commit 1acca0b2a1
2 changed files with 1 additions and 9 deletions

View File

@ -15,7 +15,6 @@
# under the License.
import os
import oslosphinx
import sys
sys.path.insert(0, os.path.abspath('../..'))
@ -30,7 +29,6 @@ extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
'sphinxcontrib.seqdiag',
'oslosphinx',
'oslo_config.sphinxconfiggen',
'reno.sphinxext',
]
@ -76,12 +74,7 @@ pygments_style = 'sphinx'
# html_theme_path = ["."]
# html_theme = '_theme'
# Bullets of a toctree are not getting rendered when docs are build
# on RTD. The following 2 lines circumvent that.
# For more details see: https://bugs.launchpad.net/oslosphinx/+bug/1664976
# Once the bug is fixed, those 2 lines can be remove again
html_theme_path = [os.path.join(os.path.dirname(oslosphinx.__file__), 'theme')]
html_theme = 'openstack'
html_theme = 'classic'
html_static_path = ['_static']

View File

@ -12,7 +12,6 @@ sphinxcontrib-seqdiag # BSD
# Required for RTD build
os-dpm>=1.0.0 # Apache-2.0
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD