Create beautiful and awesome documentation websites with Sphinx. See how the theme looks like on sphinxawesome.xyz.
-
Install the theme as a Python package:
pip install sphinxawesome-theme
For more information, see Install the theme.
-
Add
sphinxawesome_theme
as an HTML theme in your Sphinx configuration fileconf.py
:html_theme = "sphinxawesome_theme"
For more information, see Add your theme.
-
Recommended: add the bundled extension for more awesome code blocks:
# conf.py extensions += ["sphinxawesome_theme.highlighting"]
With the Awesome Theme, you can build readable, functional, and beautiful documentation websites.
-
Code block have a Copy button for copying the code.
-
If you load the bundled
sphinxawesome_theme.highlighting
, you can use these additional options in yourcode-block
directives:emphasize-added
. Highlight lines that should be addedemphasize-removed
. Highlight lines that should be removedemphasize-text: TEXT
. HighlightTEXT
in the code block
Clicking the link icon after headers or captions automatically copies the URL to the clipboard.
This theme supports the sphinx-docsearch
to replace the built-in search with Algolia DocSearch.