Drop oslosphinx requirement

Since we are not an official OpenStack project, no need to look like
one.

Change-Id: I6925799ebaf4086ea499be81c2be9de2aedb57ac
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-09-28 14:34:05 -04:00
parent aa97ba048d
commit 562d075a46
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
AUTHORS
ChangeLog
cover/
doc/build/

View File

@ -23,7 +23,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

View File

@ -8,7 +8,6 @@ coverage>=3.6
discover
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4