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