UsageΒΆ

To use Solar in a Sphinx project

  1. Modify conf.py to include the following:

    import solar_theme
    
    html_theme = 'solar_theme'
    
    html_theme_path = [solar_theme.theme_path]
    
  2. Rebuild Sphinx project using:

    make html