We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx does not use the copy of message.pot_t in the project's _templates directory.
message.pot_t
_templates
$ git clone https://review.jami.net/jami-docs $ cd jami-docs $ git fetch https://review.jami.net/jami-docs refs/changes/27/22427/7 && git checkout FETCH_HEAD $ pip install -U sphinx sphinx-rtd-theme myst_parser $ make gettext $ head _build/gettext/index.pot
Notice that the file was created using the message.pot_t template shipped with Sphinx itself, rather than the copy in _templates/message.pot_t.
_templates/message.pot_t
Sphinx should use the _templates/message.pot_t file from the project repository as the template for creating the pot files when running make gettext.
make gettext
https://review.jami.net/c/jami-docs/+/22427
No response
Trisquel 10 GNU/Linux (based on Ubuntu 20.04)
3.8.10
5.1.1
myst_parser, sphinx.ext.autosectionlabel, sphinx.ext.extlinks, sphinx_rtd_theme
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Sphinx does not use the copy of
message.pot_t
in the project's_templates
directory.How to Reproduce
Notice that the file was created using the
message.pot_t
template shipped with Sphinx itself, rather than the copy in_templates/message.pot_t
.Expected behavior
Sphinx should use the
_templates/message.pot_t
file from the project repository as the template for creating the pot files when runningmake gettext
.Your project
https://review.jami.net/c/jami-docs/+/22427
Screenshots
No response
OS
Trisquel 10 GNU/Linux (based on Ubuntu 20.04)
Python version
3.8.10
Sphinx version
5.1.1
Sphinx extensions
myst_parser, sphinx.ext.autosectionlabel, sphinx.ext.extlinks, sphinx_rtd_theme
Extra tools
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: