diff -ur root-6.20.02.orig/documentation/doxygen/filter.cxx root-6.20.02/documentation/doxygen/filter.cxx --- root-6.20.02.orig/documentation/doxygen/filter.cxx 2020-03-15 16:21:25.000000000 +0100 +++ root-6.20.02/documentation/doxygen/filter.cxx 2020-03-15 20:05:59.047270429 +0100 @@ -378,16 +378,7 @@ // notebook found if (gLineString.find("\\notebook") != string::npos) { - ExecuteCommand(StringFormat("%s converttonotebook.py %s %s/notebooks/", - gPythonExec.c_str(), - gFileName.c_str(), gOutDir.c_str())); - if (gPython){ - gLineString = "## "; - } - else{ - gLineString = "/// "; - } - gLineString += StringFormat( "\\htmlonly \"View \"Open \\endhtmlonly \n", gMacroName.c_str() , gMacroName.c_str()); + gLineString = ""; } // \macro_output found