fix docu
#356 (closed)
Fixes issuesphinx removed logo variables from 5.3 to 6. These lines fix the CI and produce the same page as before.
html_theme_options = {
"logo": {
"image_light": "nifty_logo_black.png",
"image_dark": "nifty_logo_black.png"
},
The rest is cosmetics.