From 27ab96b4124b56f5763aa31129a384a3ae4f2b117169930eee0eb20b4de5fc89 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 9 Feb 2018 05:24:23 +0000 Subject: [PATCH] - 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 --- python-pathtools.changes | 5 +++++ python-pathtools.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pathtools.changes b/python-pathtools.changes index a5eae38..eb02a2d 100644 --- a/python-pathtools.changes +++ b/python-pathtools.changes @@ -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 diff --git a/python-pathtools.spec b/python-pathtools.spec index aa18395..6ecf2d1 100644 --- a/python-pathtools.spec +++ b/python-pathtools.spec @@ -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