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
42
As such several elements are hard coded. However, the theme may also be used by
45
43
other subprojects that need to change the hard-coded defaults.
46
44
The following sections explain how to reset these back to their defaults by modifying
47
45
``html_theme_options`` in ``conf.py``.
48
46
49
-
Header section links
50
-
~~~~~~~~~~~~~~~~~~~~
47
+
### Header section links
48
+
51
49
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
50
53
-
Building
54
-
--------
55
-
To build the theme with a sample page, navigate into the ``doc/`` directory and run
51
+
## Building
56
52
57
-
.. code-block::
53
+
To build the theme with a sample page, navigate into the ``doc/`` directory and run
58
54
59
-
make html
55
+
```
56
+
make html
57
+
```
60
58
61
59
The built html pages can be found in ``doc/_build/html/``
0 commit comments