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. However, the theme may also be used by
45
+
other subprojects that need to change the hard-coded defaults.
46
+
The following sections explain how to reset these back to their defaults by modifying
47
+
``html_theme_options`` in ``conf.py``.
48
+
49
+
Header section links
50
+
~~~~~~~~~~~~~~~~~~~~
51
+
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``.
52
+
39
53
Building
40
54
--------
41
55
To build the theme with a sample page, navigate into the ``doc/`` directory and run
0 commit comments