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').
|