Update git submodules

* Update openstack-doc-tools from branch 'master'
  to f696e7111ee25e68d5dab91d639d7f8b985cd1d2
  - Fix script installation in pyproject.toml
    
    The setup.cfg to pyproject.toml migration (c6b5d46) placed the
    bin/ scripts under [tool.setuptools.data-files] with a "scripts"
    key, which installs them as data files rather than as executables
    on $PATH. This breaks docs jobs that depend on doc-tools-build-rst
    being available as a command.
    
    Move the scripts to [tool.setuptools] script-files, which is the
    correct mechanism for installing non-Python executable scripts.
    
    Change-Id: I8c89c47923dd5c2abcfdaf2159334301d84406da
    Signed-off-by: Goutham Pacha Ravi <[email protected]>
This commit is contained in:
Goutham Pacha Ravi
2026-04-22 07:35:51 -07:00
committed by Gerrit Code Review
parent d10d4d150a
commit a4bfbcb9e2