Fix glean docs build

Change-Id: Ic9a5516a7424736ecb8e31862c81866f5d20ac98
This commit is contained in:
Julia Kreger 2023-11-02 13:25:28 -07:00
parent 528f7216c6
commit f15485b1ac
2 changed files with 4 additions and 12 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = glean
summary = Simple program to write static config from config-drive
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
author_email = openstack-discuss@lists.openstack.org
home_page = https://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -23,11 +23,3 @@ classifier =
console_scripts =
glean = glean.cmd: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

View File

@ -27,7 +27,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
commands = sphinx-build -b html doc/source doc/build/html
[flake8]
show-source = True