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 berker.peksag
Recipients berker.peksag, docs@python, georg.brandl, methane
Date 2016-10-05.07:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475650886.24.0.512613101867.issue28331@psf.upfronthosting.co.za>
In-reply-to
Content
I couldn't find any dummy HTML in the Sphinx codebase.

Wouldn't something like work without a dummy HTML?

    from sphinx.locale import versionlabels, l_

    versionlabels['cpythonimpldetail'] = l_('CPython implementation detail')

Then use it in ImplementationDetail.run() method like https://github.com/sphinx-doc/sphinx/blob/master/sphinx/directives/other.py#L204
History
Date User Action Args
2016-10-05 07:01:26berker.peksagsetrecipients: + berker.peksag, georg.brandl, methane, docs@python
2016-10-05 07:01:26berker.peksagsetmessageid: <1475650886.24.0.512613101867.issue28331@psf.upfronthosting.co.za>
2016-10-05 07:01:26berker.peksaglinkissue28331 messages
2016-10-05 07:01:26berker.peksagcreate