diff --git a/Doxyfile-mcss b/Doxyfile-mcss
index c998b681f..6efbc3d92 100644
--- a/Doxyfile-mcss
+++ b/Doxyfile-mcss
@@ -115,6 +115,7 @@ HTML_EXTRA_STYLESHEET = \
##! M_LINKS_NAVBAR2 = \
##! "namespaces" \
##! "annotated" \
-##! "files"
+##! "files" \
+##! "Python API"
# kate: hl Doxyfile
diff --git a/Doxyfile-public b/Doxyfile-public
index c4dc2a056..6b92919ce 100644
--- a/Doxyfile-public
+++ b/Doxyfile-public
@@ -101,6 +101,11 @@ HTML_EXTRA_STYLESHEET = \
https://static.magnum.graphics/m-dark.compiled.css \
https://static.magnum.graphics/m-dark.documentation.compiled.css
+##! M_LINKS_NAVBAR2 = \
+##! "namespaces" \
+##! "annotated" \
+##! "files" \
+##! "Python API"
##! M_SEARCH_DOWNLOAD_BINARY = YES
##! M_SEARCH_BASE_URL = https://doc.magnum.graphics/magnum/
##! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}"