A minimal example to demonstrate Sphinx section numbering issues when multiple ToCs include the same file:
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade sphinx sphinx-rtd-theme
make manual1
make manual2
A minimal example to demonstrate Sphinx section numbering issues when multiple ToCs include the same file:
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade sphinx sphinx-rtd-theme
make manual1
make manual2