forked from pool/weblate
* Many more changes, see https://docs.weblate.org/en/latest/changes.html * Perl brace format quality check * Mobile Kotlin resources * Format.JS JSON file * Component discovery now reports skipped entries * File downloads now honor If-Modified-Since * Add-ons can be now installed project-wide and site-wide * API improvements * Added Systran automatic translation support * Docker container now validates user password strength by default * Translation component alerts are now refreshed when needed, not just daily * Notifications now include strings which need updating * Improved compatibility with password managers * Validation of Project level backups ZIP file upon restoring (CVE-2024-39303 / GHSA-jfgp-674x-6q4p). - Download tarballs from GitHub - Releases are signed by Sigstore instead of PGP * added weblate-%{version}.tar.gz.sigstore * dropped Weblate-%{version}.tar.xz.asc OBS-URL: https://build.opensuse.org/package/show/M17N:l10n.opensuse.org/weblate?expand=0&rev=108
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,
|