Don't use oslosphinx if docs is being generated on readthedocs

Change-Id: If3388c5790b99aaf0180ab05af5b5c0a69ffe353
Related-bug: #1536972
This commit is contained in:
Evgeniy L 2016-01-22 18:03:46 +03:00
parent 190433c681
commit 6a6314d46d
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ sys.path.insert(0, os.path.abspath('../..'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
'oslosphinx',
'yasfb',
]