3 new themes for Python Sphinx

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

You can clone or fork the github repo.

How to use

  1. Download the zip file of the theme you want to use and uncompress the archive.
  2. Modify the conf.py of an existing Sphinx project or create a new Sphinx project using sphinx-quickstart.
  3. Change the html_theme parameter to match the theme name (agni, jal or vlinux-theme).
  4. Change the html_theme_path to location of the downloaded theme.
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s