This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nmassman
Recipients BTaskaya, nmassman, r.david.murray
Date 2019-12-30.04:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577678680.11.0.747443117292.issue22593@roundup.psfhosted.org>
In-reply-to
Content
I ended up doing exactly what I said would probably be needed, and wrote a small sphinx extension that handles this. I kept the same reST substitution syntax, but I'm parsing for '|ucd_version|' as the source files are read in and just replacing it with the version number.

Feedback is much appreciated. This is my first really involved PR. :)
History
Date User Action Args
2019-12-30 04:04:40nmassmansetrecipients: + nmassman, r.david.murray, BTaskaya
2019-12-30 04:04:40nmassmansetmessageid: <1577678680.11.0.747443117292.issue22593@roundup.psfhosted.org>
2019-12-30 04:04:40nmassmanlinkissue22593 messages
2019-12-30 04:04:39nmassmancreate