Merge pull request #10502 from AA-Turner/ifconfig-fix

`ifconfig`: Add a meta node to fix iteration
This commit is contained in:
Takeshi KOMIYA
2022-06-03 02:15:50 +09:00
committed by GitHub
3 changed files with 12 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ confval1 = True
def setup(app):
app.add_config_value('confval1', False, None)
app.add_config_value('confval2', False, None)
app.add_config_value('false_config', False, None)

View File

@@ -9,3 +9,13 @@ ifconfig
egg
Issue 10496 regression test
===========================
.. ifconfig:: false_config
`Link 1 <https://link1.example>`__
.. ifconfig:: false_config
`Link 2 <https://link2.example>`__