Fix blockquote style and admonition

This commit is contained in:
Marcel Stör 2015-12-14 21:41:06 +01:00
parent 56a327efb9
commit 2bcd40e5a9
2 changed files with 13 additions and 0 deletions

9
docs/css/extra.css Normal file
View File

@ -0,0 +1,9 @@
blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.rst-content blockquote {
margin: 0;
}

View File

@ -1,11 +1,15 @@
site_name: NodeMCU Documentation
site_description: Description of the NodeMCU documentation
theme: readthedocs
repo_url: https://github.com/nodemcu/nodemcu-firmware/
strict: true
markdown_extensions:
- admonition:
- toc:
permalink: True
pages:
- Home: 'index.md'
- Building the firmware: 'build.md'