File: docs-Don-t-use-extension-shibuya.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 (24 lines) | stat: -rw-r--r-- 607 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
23
24
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Fri, 2 Aug 2024 16:58:10 +0900
Subject: docs: Don't use extension shibuya

It's not available in Debian.

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 a5d2d2b..0f352b0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -241,7 +241,7 @@ def delayed_setup(app: Sphinx) -> None:
     if app.builder.name == "linkcheck":
         return
 
-    app.setup_extension("shibuya")
+    # app.setup_extension("shibuya")
 
 
 def setup(app: Sphinx) -> dict[str, bool]: