From: Sage Weil Date: Tue, 5 Jun 2018 21:18:36 +0000 (-0500) Subject: doc/conf.py: fix man page build vs governance.rst X-Git-Tag: v14.0.1~1181^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2a0d6ddbc078f5adb81e280fbf8e30a2b7462cca;p=ceph.git doc/conf.py: fix man page build vs governance.rst Signed-off-by: Sage Weil --- diff --git a/doc/conf.py b/doc/conf.py index 42b5d67db9e..d684db02bda 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,6 +16,7 @@ if tags.has('man'): 'api/*', 'cephfs/*', 'dev/*', + 'governance.rst', 'install/*', 'mon/*', 'rados/*',