@@ -5,24 +5,28 @@ repo_url: https://github.com/EMOD-Hub/EMOD-Generic-Scripts
55
66theme :
77 name : material
8+ custom_dir : docs/customization/overrides
89 font :
910 text : Roboto
1011 code : Roboto Mono
12+ logo : images/EMOD_logo.png
13+ favicon : images/favicon.ico
1114 features :
1215 - navigation.footer
16+ - content.code.copy
1317 palette :
1418 - scheme : default
15- primary : black
1619 toggle :
17- icon : material/toggle-switch
20+ icon : material/weather-night
1821 name : Light mode
22+ primary : white
23+ accent : light blue
1924 - scheme : slate
20- primary : black
2125 toggle :
22- icon : material/toggle-switch-off-outline
26+ icon : material/weather-sunny
2327 name : Dark mode
24- favicon : images/favicon.ico
25- logo : images/EMOD_logo.png
28+ primary : black
29+ accent : light blue
2630
2731nav :
2832 - Home : index.md
4347 - examples/model_polio_nga01.md
4448 - examples/model_rubella01.md
4549 - examples/model_transtree01.md
50+ - API Reference : autoapi/
4651
4752plugins :
48- - search
49- - autorefs
50- - include-markdown
51- - glightbox
53+ - search :
54+ - autorefs :
55+ - include-markdown :
56+ - glightbox :
5257 - mkdocs-autoapi :
5358 autoapi_ignore :
5459 - .github/**/*
@@ -58,12 +63,62 @@ plugins:
5863 - env_*/**/*
5964 - model_*/**/*
6065 - refdat_*/**/*
61- autoapi_add_nav_entry : True
62- - mkdocstrings
66+ autoapi_add_nav_entry : false
67+ - mkdocstrings :
6368
6469markdown_extensions :
65- - pymdownx.caret
66- - pymdownx.mark
67- - pymdownx.tilde
70+ - def_list :
71+ - pymdownx.caret :
72+ - pymdownx.mark :
73+ - pymdownx.tilde :
74+ - pymdownx.snippets :
75+ - pymdownx.blocks.details :
76+ - pymdownx.highlight :
77+ linenums : true
78+ default_lang : ' python'
6879
6980copyright : Copyright © 2025 Gates Foundation. All rights reserved.
81+
82+ extra_javascript :
83+ - customization/javascripts/mathjax.js
84+ - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
85+
86+ extra_css :
87+ - customization/css/extra.css
88+
89+ extra :
90+ generator : false # Removes acknowledgement of mkdocs-material
91+ footer_links :
92+ - text : " Privacy and Cookies Notice"
93+ href : " https://www.gatesfoundation.org/Privacy-and-Cookies-Notice"
94+ - text : " Terms of Use"
95+ href : " https://www.gatesfoundation.org/Terms-of-Use"
96+ social :
97+ - icon : fontawesome/brands/github
98+ link : https://github.com/EMOD-Hub/emod-api
99+ - icon : fontawesome/regular/envelope
100+ link : mailto:idm@gatesfoundation.org
101+ - icon : octicons/globe-24
102+ link : https://idmod.org
103+ - icon : simple/youtube
104+ link : http://www.youtube.com/@institutefordiseasemodelin1987
105+ - icon : fontawesome/brands/linkedin
106+ link : https://linkedin.com/company/institute-disease-modeling
107+ - icon : fontawesome/brands/slack
108+ link : https://gatesfoundation.enterprise.slack.com/
109+ analytics :
110+ feedback :
111+ title : Was this page helpful?
112+ ratings :
113+ - icon : material/emoticon-happy-outline
114+ name : This page was helpful
115+ data : 1
116+ note : >-
117+ Thanks for your feedback! If you like, provide additional information by
118+ using our <a href="https://app.smartsheet.com/b/form/ec8dbb77809949ecab7286a5ca74a206" target="_blank" rel="noopener">feedback form</a>.
119+ - icon : material/emoticon-sad-outline
120+ name : This page could be improved
121+ data : 0
122+ note : >-
123+ Thanks for your feedback! Help us improve this page by
124+ using our <a href="https://app.smartsheet.com/b/form/ec8dbb77809949ecab7286a5ca74a206" target="_blank" rel="noopener">feedback form</a>.
0 commit comments