An open API service indexing awesome lists of open source software.

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

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