Skip to content

Commit e611aa6

Browse files
committed
Explicitly set 'builders' option
An upcoming release of pbr will require explicitly stating which builders are requested, rather than defaulting to html and man. Head off any potential impact this may cause by explicitly setting this configuration now. Change-Id: I243ca33f5459009f9a9670ec5e0ad67b04760f35
1 parent 107cad2 commit e611aa6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ autodoc_tree_excludes =
702702
openstackclient/tests/*
703703

704704
[build_sphinx]
705+
builders = html,man
705706
all-files = 1
706707
warning-is-error = 1
707708
source-dir = doc/source

0 commit comments

Comments
 (0)