Just created a repository for the Sphinx themes I have been creating for the various documentation projects. These themes were created by modifying the 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 the conf.py of an existing Sphinx project or create a new Sphinx project using sphinx-quickstart.
- Change the html_theme parameter to match the theme name (agni, jal or vlinux-theme).
- Change the html_theme_path to location of the downloaded theme.
Advertisement


