You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.1.0 with advanced section numbering (#114)
* Release v1.1.0 with advanced section numbering
Update version to 1.1.0 and changelog to document the new advanced section numbering customization feature. Minor cleanup in README to reflect recent changes.
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,13 +450,11 @@ meta: {}
450
450
451
451
Questions / TODOs:
452
452
453
-
- ~~Add additional top-level keys, e.g. `appendices` (see https://github.com/sphinx-doc/sphinx/issues/2502) and `bibliography`.~~ Can be replaced by setting the numbering style and (possibly) restarting the numbering.
454
453
- Using `external_toc_exclude_missing` to exclude a certain file suffix:
455
454
currently if you had files `doc.md` and `doc.rst`, and put `doc.md` in your ToC,
456
455
it will add `doc.rst` to the excluded patterns but then, when looking for `doc.md`,
457
456
will still select `doc.rst` (since it is first in `source_suffix`).
458
457
Maybe open an issue on sphinx, that `doc2path` should respect exclude patterns.
459
-
- ~~Integrate https://github.com/executablebooks/sphinx-multitoc-numbering into this extension? (or upstream PR).~~ Included and enforced in this fork.
0 commit comments