File: 0006-nbsphinx_allow_errors.patch

package info (click to toggle)
python-pint 0.24.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,924 kB
  • sloc: python: 19,983; makefile: 149
file content (19 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org>
Date: Sun, 31 Mar 2024 06:44:38 +0000
Subject: Set nbsphinx_allow_errors to workaround docs building.

Forwarded: not-needed
---
 docs/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index fceddcb..857a469 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -241,3 +241,5 @@ not_installed = {
     ]
 }
 """
+
+nbsphinx_allow_errors = True