Skip to content

Commit 79b992b

Browse files
committed
Fix man page build
https://review.openstack.org/473964 moved the man page rst from the doc/source/man directory into doc/source/cli/man, so we need to adjust the path in conf.py to avoid issues when running: python setup.py build_sphinx -b man Change-Id: I1ab09bf298beef756b233c7e17bf052f7af4de51
1 parent 52af8fb commit 79b992b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
# (source start file, name, description, authors, manual section).
237237
man_pages = [
238238
(
239-
'man/openstack',
239+
'cli/man/openstack',
240240
'openstack',
241241
u'OpenStack Command Line Client',
242242
[u'OpenStack contributors'],

0 commit comments

Comments
 (0)