I would like to insert text from a variable. Example: email app, which should get custom documentation for every customer.
In conf.py SUPPPORT_MAIL gets set to the individual customer address. For example "[email protected]" In start.rst: "Emails send to $SUPPORT_MAIL are forwarded to ...." Is there already an extension which can insert content from variables? I would like to If not, who could this be done? I found this solution (!#/... in start.rst) on stackoverflow, but I don't like it: http://stackoverflow.com/questions/13903691/sphinx-variables -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
