Hi,

I've got the following in my conf.py:

    def setup(app):
        app.add_config_value('base_url','http://localhost:2000', True)

How do I get this now into my .rst files? I have code like the following:

    :base_url:/my_app/api/application/

But this doesn't print a nice URL, but instead prints the ":base_url:". How 
do I get the actual config value to be emitted?

Thanks!

Matt



-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/WAK3sBL8cB4J.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to