]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc/conf: disable "undefined name" warning from flake8
authorKefu Chai <kchai@redhat.com>
Fri, 20 Nov 2020 03:04:43 +0000 (11:04 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Nov 2020 04:59:22 +0000 (12:59 +0800)
commit664547a665824022ac419fd633a02fe1740e0df9
tree145584c16dd1328561b0e23579fd95107fe5f6c9
parentf3f0b3027e08bec00b5d6c8e89bf4e5327e47e7e
doc/conf: disable "undefined name" warning from flake8

"tags" is exposed by sphinx, so we will have access to this variable
when sphinx imports this file. this silences the warning from flake8:

undefined name 'tags' [F821]

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/conf.py