docs: Add custom CSS file, with code for admonition.

This commit is contained in:
Damien George
2014-12-21 00:22:49 +00:00
parent 4b60b45bfc
commit 9b561a7c0d
3 changed files with 14 additions and 2 deletions

2
docs/templates/layout.html vendored Normal file
View File

@@ -0,0 +1,2 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/customstyle.css"] %}