switch to sphinx_rtd_theme

This commit is contained in:
Paul Kehrer 2014-06-02 17:43:03 -05:00
parent e8717bcd92
commit fa05129991
4 changed files with 11 additions and 7 deletions

View File

@ -11,8 +11,10 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys
import os
import sys
import sphinx_rtd_theme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@ -30,7 +32,6 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'oslosphinx'
]
todo_include_todos = True
@ -92,7 +93,10 @@ 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'
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# 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

1
doc/source/specs Symbolic link
View File

@ -0,0 +1 @@
specs/

View File

@ -1,6 +1,6 @@
docutils==0.9.1
oslosphinx
pbr>=0.6,<1.0
sphinx>=1.1.2,<1.2
sphinx_rtd_theme
testrepository>=0.0.18
testtools>=0.9.34
testtools>=0.9.34

View File

@ -8,10 +8,9 @@ usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands = python setup.py build_sphinx