Skip to content

Commit

Permalink
Minor docs navbar improvements. (#5415)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers authored Aug 7, 2023
1 parent 41bcbaa commit 34aed74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ def _dotv(version):
"collapse_navigation": True,
"navigation_depth": 3,
"show_prev_next": True,
"navbar_align": "content",
"navbar_align": "left",
# TODO: review if 6 links is too crowded.
"header_links_before_dropdown": 6,
"github_url": "https://github.com/SciTools/iris",
"twitter_url": "https://twitter.com/scitools_iris",
# icons available: https://fontawesome.com/v5.15/icons?d=gallery&m=free
Expand Down
13 changes: 7 additions & 6 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,19 +187,20 @@ The legacy support resources:


.. toctree::
:caption: Iris API
:caption: What's New in Iris
:maxdepth: 1
:name: whats_new_index
:hidden:

Iris API <generated/api/iris>
whatsnew/index


.. toctree::
:caption: What's New in Iris
:caption: Iris API
:maxdepth: 1
:name: whats_new_index
:hidden:

whatsnew/index
Iris API <generated/api/iris>


.. todolist::
.. todolist::

0 comments on commit 34aed74

Please sign in to comment.