-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
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
gettext Make target replaces SPHINXOPTS from command line #127356
Comments
hugovk
pushed a commit
that referenced
this issue
Dec 1, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 1, 2024
…ythonGH-127357) (cherry picked from commit a880358) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 1, 2024
…ythonGH-127357) (cherry picked from commit a880358) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This was referenced Dec 1, 2024
hugovk
pushed a commit
that referenced
this issue
Dec 1, 2024
hugovk
pushed a commit
that referenced
this issue
Dec 1, 2024
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Running
make gettext
will override any value provided in SPHINXOPTS. The Makefile currently hasgettext: SPHINXOPTS += -d build/doctrees-gettext
since fb0cf7d (edited with 315a933) and it doesn't append such value, but replaces instead.Steps to reproduce (from Doc folder):
make gettext
# See '-d build/doctrees-gettext' added to command linemake gettext SPHINXOPTS='-q'
# See '-q' ignored, and '-d build/doctrees-gettext' added to command lineLinked PRs
The text was updated successfully, but these errors were encountered: