File: docs-Ignore-file-versioning.js.patch

package info (click to toggle)
python-polyfactory 2.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,892 kB
  • sloc: python: 11,338; makefile: 103; sh: 37
file content (22 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
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