From f657937dd131f29c31ff14f039913f6435551c87 Mon Sep 17 00:00:00 2001 From: lkx690 Date: Fri, 10 Jan 2020 15:21:20 +0800 Subject: [PATCH] modify zz-modules-python-sphinx.sh && zz-modules-python-sphinx.csh --- python-sphinx.spec | 2 +- zz-modules-python-sphinx.csh | 1 - zz-modules-python-sphinx.sh | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 6ae6d95..6bf4ba1 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-sphinx Summary: Python documentation generator Version: 1.7.6 -Release: 2 +Release: 3 Epoch: 1 License: BSD and Public Domain and Python and (MIT or GPLv2) URL: http://sphinx-doc.org/ diff --git a/zz-modules-python-sphinx.csh b/zz-modules-python-sphinx.csh index d85799f..3f6e79d 100644 --- a/zz-modules-python-sphinx.csh +++ b/zz-modules-python-sphinx.csh @@ -1,2 +1 @@ -# Add path to the default python-sphinx scripts on this version of Fedora module load python-sphinx >& /dev/null diff --git a/zz-modules-python-sphinx.sh b/zz-modules-python-sphinx.sh index af36d40..37f814b 100644 --- a/zz-modules-python-sphinx.sh +++ b/zz-modules-python-sphinx.sh @@ -1,2 +1 @@ -# Add path to the default python-sphinx scripts on this version of Fedora module load python-sphinx 2> /dev/null -- Gitee