Posted in 2025
How to add numbered images to tutorials in Sphinx on Jul 04, 2025
Learn how to add numbered images to Sphinx tutorials with SVGs, Markdown, and reStructuredText. Often in step-by-step HOWTO guides, we want to refer to a certain point on a screenshot. For example, “Delete a book (4)”, where (4) refers to the (4) in the screenshot. Explore together more aesthetically pleasing alternatives to plain text “(4)”.

Different template for a document in Sphinx on Mar 06, 2025
The infrequently used Sphinx conf.py html_additional_pages
option is very valuable if you need to customize some pages in your Sphinx documentation website, while most are identical.

What is Sphinx built-in search, and how to use it in themes? on Jan 10, 2025
Sphinx is a powerful documentation generator with features that enhance content usability. Its built-in search offers a simple way to find information within your documentation. This guide will help you implement and customize Sphinx’s search in your themes for a better user experience for documentation readers.
