File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* Overrides for theme and plugin styles */
2+
3+ /* https://github.com/executablebooks/sphinx-copybutton/blob/v0.4.0/sphinx_copybutton/_static/copybutton.css */
4+
5+ button .copybtn img {
6+ /* Fix alignment for pypa_theme */
7+ padding : 0 ;
8+ }
Original file line number Diff line number Diff line change 181181# Add any paths that contain custom static files (such as style sheets) here,
182182# relative to this directory. They are copied after the builtin static files,
183183# so a file named "default.css" will overwrite the builtin "default.css".
184- # html_static_path = ['_static']
184+ html_static_path = ['_static' ]
185+
186+ html_css_files = ['overrides.css' ]
185187
186188# Add any extra paths that contain custom files (such as robots.txt or
187189# .htaccess) here, relative to this directory. These files are copied
You can’t perform that action at this time.
0 commit comments