* gnu/packages/python.scm (python-matplotlib): Fix documentation reST markup 
error.
---
 gnu/packages/python.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4e1a6b4a8..bc9058ba3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3629,6 +3629,11 @@ transcendental functions).")
        (sha256
         (base32
          "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av"))
+       (modules '((guix build utils)))
+       (snippet
+        '(substitute* "doc/users/intro.rst"
+           ;; Fix reST markup error (see 
<https://github.com/sphinx-doc/sphinx/issues/3044>)
+           (("[[][*][]]") "[#]")))
        (patches (search-patches "matplotlib-setupext-tk.patch"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))

Reply via email to