Fix blockquote style and admonition
This commit is contained in:
parent
37d3e8ec5e
commit
c62cf1b3f7
|
@ -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_name: NodeMCU Documentation
|
||||||
site_description: Description of the NodeMCU documentation
|
site_description: Description of the NodeMCU documentation
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
|
||||||
repo_url: https://github.com/nodemcu/nodemcu-firmware/
|
repo_url: https://github.com/nodemcu/nodemcu-firmware/
|
||||||
|
|
||||||
strict: true
|
strict: true
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- admonition:
|
||||||
- toc:
|
- toc:
|
||||||
permalink: True
|
permalink: True
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
- Home: 'index.md'
|
- Home: 'index.md'
|
||||||
- Building the firmware: 'build.md'
|
- Building the firmware: 'build.md'
|
||||||
|
|
Loading…
Reference in New Issue