17
0

Updating link to change in openSUSE:Factory/python-sqlalchemy-migrate revision 27

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=299559515f61fc8fbaa19cbf685120ec
This commit is contained in:
OBS User buildservice-autocommit
2023-02-17 15:45:21 +00:00
committed by Git OBS Bridge
parent 1f54eeb5f5
commit 69209eb029
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 16 23:42:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- fix documentation invocation
-------------------------------------------------------------------
Wed Jul 21 10:55:23 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sqlalchemy-migrate
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -78,7 +78,7 @@ sed -i "s/, 'sphinxcontrib.issuetracker'//g" doc/source/conf.py # No internet ac
%build
%python_build
python3 setup.py build_sphinx && rm doc/build/html/.buildinfo # Build HTML documentation
sphinx-build -b html doc/source doc/build/html && rm doc/build/html/.buildinfo # Build HTML documentation
%install
%python_install