forked from pool/weblate
- Update to 4.18.2
* Added support for browsing changes for a individual string.
* Fixed plurals handling in automatic translation from other components.
* Added keyboard shortcut Alt+Enter to submit string as a suggestion.
* Improved performance of translation memory.
* Added add-on to customize XML output.
* Format string checks now also detects duplicated formats.
* Improved search performance for some specially formatted strings.
* Celery beat is now storing the tasks schedule in the database.
* Dropped support for VCS integration settings deprecated in 4.14.
* Added support for Bitbucket Server pull requests.
* Improved conflicts handling in gettext PO files.
* Added plurals support to automatic suggestions.
* Allow to filter on language in reports.
* Dropped deprecated command cleanup_celery.
* Fixed private project visibility for some teams.
* Added support for Ed25519 SSH key.
* Improved API error messages on permission denied.
* Reduced false positives of the XML checks.
* Avoiding signing-out user in some rate-limits.
* Support for automatic update of screenshots from a repository.
* Added dark theme; browser-following and manual setting are
available.
* More changes, see https://github.com/WeblateOrg/weblate/releases
OBS-URL: https://build.opensuse.org/request/show/1099707
OBS-URL: https://build.opensuse.org/package/show/M17N:l10n.opensuse.org/weblate?expand=0&rev=98
16 lines
590 B
Diff
16 lines
590 B
Diff
Index: Weblate-4.17/docs/conf.py
|
|
===================================================================
|
|
--- Weblate-4.17.orig/docs/conf.py
|
|
+++ Weblate-4.17/docs/conf.py
|
|
@@ -90,8 +90,8 @@ ogp_custom_meta_tags = [
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
# a list of builtin themes.
|
|
#
|
|
-# html_theme = "sphinx_rtd_theme"
|
|
-html_theme = "furo"
|
|
+html_theme = "sphinx_rtd_theme"
|
|
+# html_theme = "furo"
|
|
|
|
# Add any paths that contain custom static files (such as style sheets) here,
|
|
# relative to this directory. They are copied after the builtin static files,
|