mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
10 lines
202 B
Python
10 lines
202 B
Python
extensions = ['sphinx.ext.ifconfig']
|
|
exclude_patterns = ['_build']
|
|
|
|
confval1 = True
|
|
|
|
|
|
def setup(app):
|
|
app.add_config_value('confval1', False, None)
|
|
app.add_config_value('confval2', False, None)
|