File: 0006-nbsphinx_allow_errors.patch

package info (click to toggle)
python-pint 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,916 kB
  • sloc: python: 20,307; 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 2364d1a..335c06a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -242,3 +242,5 @@ not_installed = {
     ]
 }
 """
+
+nbsphinx_allow_errors = True