Fix glean docs build
Change-Id: Ic9a5516a7424736ecb8e31862c81866f5d20ac98
This commit is contained in:
parent
528f7216c6
commit
f15485b1ac
14
setup.cfg
14
setup.cfg
@ -1,11 +1,11 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = glean
|
name = glean
|
||||||
summary = Simple program to write static config from config-drive
|
summary = Simple program to write static config from config-drive
|
||||||
description-file =
|
description_file =
|
||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home-page = http://www.openstack.org/
|
home_page = https://www.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@ -23,11 +23,3 @@ classifier =
|
|||||||
console_scripts =
|
console_scripts =
|
||||||
glean = glean.cmd:main
|
glean = glean.cmd:main
|
||||||
glean-install = glean.install:main
|
glean-install = glean.install:main
|
||||||
|
|
||||||
[build_sphinx]
|
|
||||||
source-dir = doc/source
|
|
||||||
build-dir = doc/build
|
|
||||||
all_files = 1
|
|
||||||
|
|
||||||
[upload_sphinx]
|
|
||||||
upload-dir = doc/build/html
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -27,7 +27,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands = python setup.py build_sphinx
|
commands = sphinx-build -b html doc/source doc/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
|
Loading…
Reference in New Issue
Block a user