Just created a repository for the Sphinx themes I have been creating for various documentation projects. These themes were created by modifying base themes included with Sphinx. Here are some screenshots.
Agni (means Fire)
Jal (means Water)
VLinux-theme (used for the VLinux project)
Download
- Agni - agni-1.0.zip
- Jal - jal-1.0.zip
- VLinux-theme - vlinux-theme-1.0.zip
You can clone or fork the github repo.
How to use
- Download the zip file of the theme you want to use and uncompress the archive.
- Modify
conf.pyof an existing Sphinx project or create a new Sphinx project usingsphinx-quickstart. - Change the
html_themeparameter to match the theme name (agni, jal or vlinux-theme). - Change the
html_theme_pathto location of the downloaded theme.


