File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ To change the style, edit ``mpl_sphinx_theme/static/css/style.css``
38
38
39
39
Overriding hard coded elements
40
40
------------------------------
41
- This theme is designed to be used with subprojects that are part of the main
41
+ This theme is primarily designed to be used with subprojects that are part of the main
42
42
Matplotlib webiste (e.g., [our cheatseets](https://github.com/matplotlib/cheatsheets]
43
43
and [list of third-party packages](https://github.com/matplotlib/mpl-third-party)).
44
- As such several elements are hard coded, that other subprojects may want to override.
44
+ As such several elements are hard coded. However, the theme may also be used by
45
+ other subprojects that need to change the hard-coded defaults.
45
46
The following sections explain how to reset these back to their defaults by modifying
46
47
``html_theme_options `` in ``conf.py ``.
47
48
You can’t perform that action at this time.
0 commit comments