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 methane
Recipients berker.peksag, docs@python, georg.brandl, methane
Date 2016-10-05.07:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475651674.76.0.0638184058689.issue28331@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I misunderstood your comment is about Sphinx's internal DOM.

Sphinx has own pot and po files.

In case of custom extension, `sphinx-build -b gettext` doesn't extract
messages from Python code. That's why I used dummy html template.

Another way is adding custom make target, which runs `sphinx-build -b gettext`
and custom command to generate another pot from pyspecific extension.
History
Date User Action Args
2016-10-05 07:14:34methanesetrecipients: + methane, georg.brandl, docs@python, berker.peksag
2016-10-05 07:14:34methanesetmessageid: <1475651674.76.0.0638184058689.issue28331@psf.upfronthosting.co.za>
2016-10-05 07:14:34methanelinkissue28331 messages
2016-10-05 07:14:34methanecreate