Skip to content
Snippets Groups Projects

backport of fix docu again

Merged Vincent Eberle requested to merge backport_docufix into NIFTy_7
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -41,8 +41,8 @@ exclude_patterns = []
add_module_names = False
html_theme = "pydata_sphinx_theme"
html_context = {"default_mode": "light"}
html_logo = 'nifty_logo_black.png'
html_theme_options = {
"logo": {
@@ -61,7 +61,8 @@ html_theme_options = {
"icon": "fab fa-gitlab",
}
],
"navbar_end": ["navbar-icon-links"]
"navbar_persistent": ["search-field"],
"navbar_end": ["navbar-icon-links"],
}
html_last_updated_fmt = '%b %d, %Y'
Loading