Posts tagged howto

What is Sphinx built-in search, and how to use it in themes?

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.

Search result page can show the surroundings of the occurrences found

Read more ...


How to insert video to Sphinx document

Although it sounds easy, it’s not straightforward. Sadly, pure Sphinx and the underlying library Docutils do not directly support inserting videos into documents. But we will show you two approaches to insert it anyway.

Read more ...