Fix blockquote style and admonition
This commit is contained in:
parent
56a327efb9
commit
2bcd40e5a9
|
@ -0,0 +1,9 @@
|
|||
blockquote {
|
||||
padding: 0 15px;
|
||||
color: #777;
|
||||
border-left: 4px solid #ddd;
|
||||
}
|
||||
|
||||
.rst-content blockquote {
|
||||
margin: 0;
|
||||
}
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue