-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
buildThe build process and cross-buildThe build process and cross-builddocsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
Running make gettext
will override any value provided in SPHINXOPTS. The Makefile currently has gettext: 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 line
Linked PRs
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-builddocsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo