We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334b439 commit e71ac62Copy full SHA for e71ac62
README.md
@@ -3,6 +3,7 @@
3
[![Github-CI][github-ci]][github-link]
4
[![Coverage Status][codecov-badge]][codecov-link]
5
[![Code style: black][black-badge]][black-link]
6
+[![PyPI][pypi-badge]][pypi-link]
7
8
A sphinx extension that allows the documentation site-map (a.k.a Table of Contents) to be defined external to the documentation files.
9
@@ -332,3 +333,5 @@ Questions / TODOs:
332
333
[codecov-link]: https://codecov.io/gh/executablebooks/sphinx-external-toc
334
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
335
[black-link]: https://github.com/ambv/black
336
+[pypi-badge]: https://img.shields.io/pypi/v/sphinx-external-toc.svg
337
+[pypi-link]: https://pypi.org/project/sphinx-external-toc
0 commit comments