https://github.com/SoftwareHeritage/swh-storage
Revision fc998737892081781180e16d9dbe0011926c06b7 authored by Antoine Lambert on 19 December 2022, 14:14:27 UTC, committed by Antoine Lambert on 19 December 2022, 14:14:27 UTC
In order to remove warnings about /apidoc/*.rst files being included
multiple times in toc when building full swh documentation, prefer to
include module indices only when building standalone package documentation.

Also include them the proper sphinx way.

Related to T4496
1 parent 82ad28b
Raw File
Tip revision: fc998737892081781180e16d9dbe0011926c06b7 authored by Antoine Lambert on 19 December 2022, 14:14:27 UTC
docs: Include module indices only when building standalone package doc
Tip revision: fc99873
pyproject.toml
[tool.black]
target-version = ['py37']

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88
force_sort_within_sections = true
back to top