gnu: python-matplotlib: Fix reST markup error. * gnu/packages/python.scm (python-matplotlib)[arguments]: Fix reST markup error.
1 files changed, 3 insertions(+), 0 deletions(-) M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 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 <https://github.com/sphinx-doc/sphinx/issues/3044>) (("[[][*][]]") "[#]")) (mkdir-p html) (mkdir-p info) ;; The doc recommends to run the 'html' target twice.