Skip to content

atsphinx/goto-top

Repository files navigation

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",
]