From 69209eb029cede9ed036079c40a969a403e601c7265dfbd577f9fe5674e3febf Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 17 Feb 2023 15:45:21 +0000 Subject: [PATCH] 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 --- python-sqlalchemy-migrate.changes | 5 +++++ python-sqlalchemy-migrate.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy-migrate.changes b/python-sqlalchemy-migrate.changes index e127462..976a7f4 100644 --- a/python-sqlalchemy-migrate.changes +++ b/python-sqlalchemy-migrate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 16 23:42:47 UTC 2023 - Dirk Müller + +- fix documentation invocation + ------------------------------------------------------------------- Wed Jul 21 10:55:23 UTC 2021 - Steve Kowalik diff --git a/python-sqlalchemy-migrate.spec b/python-sqlalchemy-migrate.spec index 5c681ad..e1e8e8d 100644 --- a/python-sqlalchemy-migrate.spec +++ b/python-sqlalchemy-migrate.spec @@ -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