guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-pydata-sphinx-theme: Fix build.


From: guix-commits
Subject: 03/05: gnu: python-pydata-sphinx-theme: Fix build.
Date: Wed, 22 Dec 2021 14:18:36 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8efa775653f78dad8b254e719677e663be8f3240
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 22 18:19:15 2021 +0200

    gnu: python-pydata-sphinx-theme: Fix build.
    
    * gnu/packages/sphinx.scm (python-pydata-sphinx-theme)[native-inputs]:
    Replace python-docutils with python-docutils-0.15. Remove duplicate
    entries.
---
 gnu/packages/sphinx.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 3ac5b5e..2bea80e 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
 ;;; Copyright © 2017 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
-;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2019 Alexandros Theodotou <alex@zrythm.org>
 ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
@@ -919,7 +919,7 @@ automated way to document command-line programs.  It scans
      (list python-beautifulsoup4))
     (native-inputs
      (list python-beautifulsoup4
-           python-docutils
+           python-docutils-0.15
            python-jupyter-sphinx
            python-numpy
            python-numpydoc
@@ -929,9 +929,7 @@ automated way to document command-line programs.  It scans
            python-pytest-regressions
            python-recommonmark
            python-sphinx
-           python-xarray
-           python-docutils
-           python-sphinx))
+           python-xarray))
     (home-page "https://github.com/pydata/pydata-sphinx-theme";)
     (synopsis "Bootstrap-based Sphinx theme")
     (description



reply via email to

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