20e15b5623
* Add buildout config for Sphinx * Add new Sphinx theme * Remove the built html theme files
6 lines
146 B
HTML
6 lines
146 B
HTML
{# Import the theme's layout. #}
|
|
{% extends "!layout.html" %}
|
|
|
|
{# Custom CSS overrides #}
|
|
{% set bootswatch_css_custom = ['_static/style.css'] %}
|