You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
45
+
The following sections explain how to reset these back to their defaults by modifying
46
+
``html_theme_options`` in ``conf.py``.
47
+
48
+
Header section links
49
+
~~~~~~~~~~~~~~~~~~~~
50
+
Use a copy of [the default pydata-sphinx-theme navbar](https://github.com/pydata/pydata-sphinx-theme/blob/main/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-nav.html) and set the ``'navbar_center'`` key to this HTML file in ``html_theme_options``.
51
+
39
52
Building
40
53
--------
41
54
To build the theme with a sample page, navigate into the ``doc/`` directory and run
0 commit comments