Revert "Drop oslosphinx requirement"
This reverts commit 562d075a46121df2e473f8f085fb77a225d2f464. Change-Id: Ibcbfb1da52a177fc213bc9e105e73be34b2a2429
This commit is contained in:
parent
562d075a46
commit
ae0bc35810
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,4 +7,3 @@
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
cover/
|
||||
doc/build/
|
||||
|
@ -23,6 +23,7 @@ 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
|
||||
|
@ -8,6 +8,7 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user