Fix package setup
Sphinx and pbr are run-time requirements of this package. Remove dep on oslosphinx. Tell pbr our package name. Change-Id: Ia23cb2845b4d482888637728ac7712358e5e3629
This commit is contained in:
parent
7342ef9e80
commit
4eaed1f585
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
*.pyc
|
||||
*~
|
||||
*.egg-info/
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
|
@ -24,7 +24,6 @@ extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'zuul_sphinx.zuul',
|
||||
'oslosphinx'
|
||||
]
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
pbr>=1.1.0
|
||||
sphinx>=1.5.1,<1.6.0 # BSD
|
||||
pyyaml
|
@ -14,6 +14,10 @@ classifier =
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
|
||||
[files]
|
||||
packages =
|
||||
zuul_sphinx
|
||||
|
||||
[build_sphinx]
|
||||
all-files = 1
|
||||
warning-is-error = 1
|
||||
|
@ -5,5 +5,3 @@
|
||||
hacking>=0.12.0,<0.13 # Apache-2.0
|
||||
|
||||
bashate>=0.2
|
||||
sphinx>=1.5.1,<1.6.0 # BSD
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user