From 8efa775653f78dad8b254e719677e663be8f3240 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 22 Dec 2021 18:19:15 +0200 Subject: 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(-) (limited to 'gnu/packages/sphinx.scm') diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 3ac5b5e22c..2bea80e5c6 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2017 Frederick M. Muriithi ;;; Copyright © 2017 Christine Lemmer-Webber ;;; Copyright © 2017 Julien Lepiller -;;; Copyright © 2019 Efraim Flashner +;;; Copyright © 2019, 2021 Efraim Flashner ;;; Copyright © 2019, 2021 Nicolas Goaziou ;;; Copyright © 2019 Alexandros Theodotou ;;; Copyright © 2019 Brett Gilio @@ -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 -- cgit v1.2.3