diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 40b65012d3..a5220e05e7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3755,6 +3755,9 @@ backend = TkAgg~%" (substitute* (find-files "." "conf\\.py") (("latex_paper_size = 'letter'") "latex_paper_size = 'a4'")) + (substitute* "users/intro.rst" + ;; Fix reST markup error (see ) + (("[[][*][]]") "[#]")) (mkdir-p html) (mkdir-p info) ;; The doc recommends to run the 'html' target twice.