Issues with sphinx `Locale` transform (assumes rST)
See original GitHub issueDocumentation repository: https://github.com/open-contracting/standard/pull/1197
To reproduce:
pip install -r requirements.txt
make
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (14 by maintainers)
Top Results From Across the Web
Allow non-RST parsers to substitute the Locale transform #8852
I'm thinking the Locale transform is mostly generic. There are just a few places where it constructs RST strings. I'm wondering if those...
Read more >Changelog - Sphinx documentation
The first option is to use the sphinxcontrib.jquery extension, ... The locale argument of sphinx.util.i18n:babel_format_date() becomes required.
Read more >sphinx gettext does not match textdomains in subdirectories ...
I have found the solution/cause. My first assumption was that it might have to do with the locale_dirs entry in conf.py .
Read more >sphinxcontrib-bibtex Documentation - Read the Docs
Citations in sphinx are resolved globally across all documents. Typically, you have a single bibliography directive across your entire project ...
Read more >Source code for sphinx.application - Read the Docs
... from docutils.parsers.rst import directives, roles from six import iteritems, ... sphinx.extension import verify_required_extensions from sphinx.locale ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s a simple example: https://github.com/jpmckinney/myst-parser-tests
Instructions to reproduce are at: https://github.com/jpmckinney/myst-parser-tests/blob/master/index.md
Thanks for the quick responses!
I wouldn’t close This though the nail the upstream issue has actually been closed: https://github.com/sphinx-doc/sphinx/issues/8852#issuecomment-778561279