Skip to content

Commit

Permalink
DOC: Switch to pangeo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 25, 2023
1 parent 6f92f9b commit 76a63db
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,21 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'pangeo'
html_theme_options = {
#'nosidebar': True,
'navigation_with_keys': True,
#'pangeo_logo': '',
'navbar_site_name': 'Contents',
'navbar_pagenav_name': 'Page',
#'navbar_class': 'navbar',
}
html_sidebars = {
'**': [
'localtoc.html',
'searchbox.html',
]
}

# -- Options for LaTeX output ---------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx-pangeo-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit 76a63db

Please sign in to comment.