File: 0002-Add-missing-unicode-definition-to-sphinx-config.patch

package info (click to toggle)
sasview 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152,220 kB
  • sloc: python: 58,780; cpp: 6,412; javascript: 173; makefile: 167; sh: 121; xml: 40
file content (21 lines) | stat: -rw-r--r-- 813 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
From: Debian Science Maintainers
 <debian-science-maintainers@lists.alioth.debian.org>
Date: Wed, 5 Feb 2025 15:10:41 +1100
Subject: Add missing unicode definition to sphinx config

---
 docs/sphinx-docs/source/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/sphinx-docs/source/conf.py b/docs/sphinx-docs/source/conf.py
index 8030153..1be5e6a 100644
--- a/docs/sphinx-docs/source/conf.py
+++ b/docs/sphinx-docs/source/conf.py
@@ -237,6 +237,7 @@ LATEX_PREAMBLE=r"""
 \DeclareUnicodeCharacter {0393} {\ensuremath{\Gamma}}  % Gamma
 \DeclareUnicodeCharacter {00B7} {\ensuremath{\cdot}}   % cdot
 \DeclareUnicodeCharacter {00B0} {\ensuremath{^\circ}}  % degrees
+\DeclareUnicodeCharacter {0393} {\ensuremath{\Gamma}}  % Gamma
 """
 latex_elements = {
 # The paper size ('letterpaper' or 'a4paper').