doc: Use default theme

When use Read The Docs to host the documentation,
it seems better to use the default theme of sphinx
rather than using the theme from oslosphinx.
The them from oslosphinx is not rendered as expected.

Change-Id: Ib5a9c34d17349ad02e63b51d88b1fb51688c58b9
This commit is contained in:
Akihiro Motoki 2016-04-11 04:42:28 +09:00
parent c7b1828b3a
commit 89ac90eb7d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
# 'sphinx.ext.intersphinx',
'oslosphinx'
# 'oslosphinx'
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy