https://github.com/atsphinx/goto-top
Sphinx extension to add navigation button for back to top of page
https://github.com/atsphinx/goto-top
go-to-top-button sphinx-doc sphinx-extension
Last synced: 4 months ago
JSON representation
Sphinx extension to add navigation button for back to top of page
- Host: GitHub
- URL: https://github.com/atsphinx/goto-top
- Owner: atsphinx
- License: apache-2.0
- Created: 2025-01-10T06:38:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:01:29.000Z (over 1 year ago)
- Last Synced: 2025-09-27T06:11:48.216Z (9 months ago)
- Topics: go-to-top-button, sphinx-doc, sphinx-extension
- Language: Python
- Homepage: https://atsphinx.github.io/goto-top/
- Size: 334 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
atsphinx-goto-top
=================
This is Sphinx extension to add navigation buttion that scroll to top of page.
Getting started
===============
.. code:: console
pip install atsphinx-goto-top
.. code:: python
extensions = [
..., # Your extensions
"atsphinx.goto_top",
]