<div dir="ltr">Thanks for the release name and RST substitution information.<div>So far, I found that there are two RST variables available for setting in conf.py,<div>rst_epilog and rst_prolog.  These variables provide a 'global' substitution variable to each file in the project.  I tested this and it works.  </div><div><br></div><div>For instance, in conf.py set the variable:</div><div><br></div><div>rst_prolog = """</div><div>.. |release_name| replace:: liberty</div><div>"""</div><div><br></div><div>You can then use |release_name| in the RST files.</div></div><div>I have not been able to get it to work in code blocks, though.  With just URL strings, the substitution works except the substituted string is not highlight like the rest of the link.  It might be easier to process the RST files for release name strings and simply replace with the current release name just before publish time.</div><div>-Karen <br></div><div><br></div></div>