Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 321 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 321 Bytes

atsphinx-goto-top

This is Sphinx extension to add navigation buttion that scroll to top of page.

Getting started

pip install atsphinx-goto-top
extensions = [
    ...,  # Your extensions
    "atsphinx.goto_top",
]