I've got the following in conf.py
:
def setup(app):
app.add_config_value('base_url','http://localhost:2000', True)
How do I get this into my .rst files? I wrote this:
:base_url:/my_app/api/application/
But it only prints :base_url:
instead of the actual URL.
How do I get the actual config value to be emitted?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…