Skip to content

Commit

Permalink
Add calendar navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Nov 17, 2023
1 parent 3f382be commit 4119b6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'sphinx_gallery.gen_gallery',
'matplotlib.sphinxext.plot_directive',
'myst_parser',
'make_areas'
#'make_areas'
]

sphinx_gallery_conf = {
Expand Down Expand Up @@ -221,6 +221,12 @@
'url': 'https://twitter.com/MetPy',
'icon': 'fa-brands fa-twitter',
'type': 'fontawesome',
},
{
'name': 'Calendar',
'url': 'https://calendar.google.com/calendar/embed?src=c_596cc34cd7196caec223786795c8730786aead6e2dbffe03403186f203075973%40group.calendar.google.com&ctz=America%2FDenver',
'icon': 'fa-solid fa-calendar',
'type': 'fontawesome',
}
],
'use_edit_page_button': False,
Expand Down

0 comments on commit 4119b6a

Please sign in to comment.