Skip to content

Commit

Permalink
Make further topics obviously different (#5684)
Browse files Browse the repository at this point in the history
* Make further topics obviously different.

* Revert "Make further topics obviously different."

This reverts commit 3ef38cc.

* Remove pydata_sphinx_theme collapse_navigation.

* What's New entry.
  • Loading branch information
trexfeathers authored Jan 10, 2024
1 parent 2bfaebd commit d528fce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def _dotv(version):
html_theme_options = {
"footer_start": ["copyright", "sphinx-version"],
"footer_end": ["custom_footer"],
"collapse_navigation": True,
"navigation_depth": 3,
"show_prev_next": True,
"navbar_align": "content",
Expand Down
7 changes: 7 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ This document explains the changes made to Iris for this release

#. `@bouweandela`_ updated all hyperlinks to https. (:pull:`5621`)

#. `@ESadek-MO`_ created an index page for :ref:`further_topics_index`, and
relocated all 'Technical Papers' into
:ref:`further_topics_index`. (:pull:`5602`)

#. `@trexfeathers`_ made drop-down icons visible to show which pages link to
'sub-pages'. (:pull:`5684`)


💼 Internal
===========
Expand Down

0 comments on commit d528fce

Please sign in to comment.