mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a test
This commit is contained in:
parent
bc6571a67b
commit
d066d23067
@ -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)
|
||||
|
@ -9,3 +9,13 @@ ifconfig
|
||||
|
||||
egg
|
||||
|
||||
Issue 10496 regression test
|
||||
===========================
|
||||
|
||||
.. ifconfig:: false_config
|
||||
|
||||
`Link 1 <https://link1.example>`__
|
||||
|
||||
.. ifconfig:: false_config
|
||||
|
||||
`Link 2 <https://link2example>`__
|
||||
|
Loading…
Reference in New Issue
Block a user