1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 2 Jan 2025 16:43:03 +0200
Subject: docs: Ignore file versioning.js
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 0f352b0..b0c5f31 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -120,7 +120,7 @@ todo_include_todos = True
html_static_path = ["_static"]
templates_path = ["_templates"]
-html_js_files = ["versioning.js"]
+#html_js_files = ["versioning.js"]
html_css_files = ["style.css"]
html_show_sourcelink = True
|