File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838]
3939
4040# Add any paths that contain templates here, relative to this directory.
41- # templates_path = ['templates']
41+ templates_path = ['templates' ]
4242
4343# The suffix of source filenames.
4444source_suffix = '.rst'
144144# Add any paths that contain custom static files (such as style sheets) here,
145145# relative to this directory. They are copied after the builtin static files,
146146# so a file named "default.css" will overwrite the builtin "default.css".
147- # html_static_path = ['static']
147+ html_static_path = ['static' ]
148148
149149# Add any extra paths that contain custom files (such as robots.txt or
150150# .htaccess) here, relative to this directory. These files are copied
Original file line number Diff line number Diff line change 1+ /* custom CSS for Micro Python docs
2+ */
3+
4+ .admonition-difference-to-cpython {
5+ border : 1px solid black;
6+ }
7+
8+ .admonition-difference-to-cpython .admonition-title {
9+ margin : 4px ;
10+ }
Original file line number Diff line number Diff line change 1+ {% extends "!layout.html" %}
2+ {% set css_files = css_files + ["_static/customstyle.css"] %}
You can’t perform that action at this time.
0 commit comments