Skip to content

gettext Make target replaces SPHINXOPTS from command line #127356

@rffontenelle

Description

@rffontenelle

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):

  1. make gettext # See '-d build/doctrees-gettext' added to command line
  2. make gettext SPHINXOPTS='-q' # See '-q' ignored, and '-d build/doctrees-gettext' added to command line

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildThe build process and cross-builddocsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions