Dear all,
I'd like to pass custom variables through the command line with -D. For this I use the following code:
def setup(app):
app.add_config_value('myVar', value, True)
Now I'd like to reference them in my .rst file using |myVar|, just like for |version| but I cannot make it work.
Can you tell me how can I achieve this ?
Thanks.