Remove oslosphinx

Now that we use openstackdocstheme, we don't need to depend on or
include oslosphinx in our doc configuration.

Change-Id: I4ac7c1600a970da39ec3e45907a2353e772620e1
This commit is contained in:
Brian Curtin 2015-12-10 10:40:03 -06:00
parent d45b9d2659
commit 7a9f880771
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,6 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'oslosphinx',
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
@ -93,6 +92,9 @@ html_theme = 'openstackdocs'
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [openstackdocstheme.get_html_theme_path()]
# Don't let openstackdocstheme insert TOCs automatically.
theme_include_auto_toc = False
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project

View File

@ -8,7 +8,6 @@ discover
fixtures>=1.3.1
mock>=1.2
python-subunit>=0.0.18
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
openstackdocstheme>=1.0.3
os-testr>=0.4.1
requests-mock>=0.7.0 # Apache-2.0