15
0

- Do not require the Flask sphinx theme for doc build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathtools?expand=0&rev=7
This commit is contained in:
2018-02-09 05:24:23 +00:00
committed by Git OBS Bridge
parent 38b48f1805
commit 334d2907c3
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 05:23:46 UTC 2018 - tbechtold@suse.com
- Do not require the Flask sphinx theme for doc build
-------------------------------------------------------------------
Sun Apr 23 07:24:48 UTC 2017 - aloisio@gmx.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pathtools
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,7 @@ Pattern matching and various utilities for file systems paths.
%prep
%setup -q -n pathtools-%{version}
sed -i "1d" pathtools/path.py pathtools/patterns.py
sed -i "s/^html_theme.*/#html_theme/" docs/source/conf.py
%build
%python_build