guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] gnu: python-matplotlib: Fix documentation reST markup error.


From: Danny Milosavljevic
Subject: [PATCH 1/1] gnu: python-matplotlib: Fix documentation reST markup error.
Date: Wed, 4 Jan 2017 22:22:20 +0100

* 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

[Prev in Thread] Current Thread [Next in Thread]