Skip to content

Commit 8cad09f

Browse files
committed
Remove fork-specific note from README
Deleted the note about this being a forked version with custom section numbering features. The README now focuses on the general description of the extension.
1 parent ed8e5c9 commit 8cad09f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
[![Code style: black][black-badge]][black-link]
66
[![PyPI][pypi-badge]][pypi-link]
77

8-
> [!NOTE]
9-
> Currently, this is a *forked* version of `sphinx-external-toc` that implements:
10-
>
11-
> - Section numbering styles (e.g. numerical, roman (upper/lower), alphabetic (upper/lower)) per any level in the ToC by providing a new option `style` per subtree.
12-
> - The option to restart the upper level section numbering for each subtree for the selected numbering style by providing a new option `restart_numbering` per subtree.
13-
148
A sphinx extension that allows the documentation site-map (a.k.a Table of Contents) to be defined external to the documentation files.
159
As used by default by [Jupyter Book](https://jupyterbook.org) (no need to manually add this extension to the extensions in `_config.yml` in a JupyterBook)!
1610

0 commit comments

Comments
 (0)