gnu: python-matplotlib: Fix reST markup error.

* gnu/packages/python.scm (python-matplotlib)[arguments]:
  Fix reST markup error.
master
Danny Milosavljevic 2017-01-14 22:05:35 +01:00
parent 42b7009a00
commit 84e0f8c1ed
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 0 deletions

View File

@ -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.