aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2024-12-11 16:41:57 +0100
committerJ08nY2024-12-11 16:41:57 +0100
commit5837599a7c80237776196e4c451810e121b74c54 (patch)
treedf2a0ac366a06f07a5a0503a2a3cb03eeef76a11 /docs
parent0feb59005a1d5dabfcc522dee76296ce304243e2 (diff)
downloadpyecsca-5837599a7c80237776196e4c451810e121b74c54.tar.gz
pyecsca-5837599a7c80237776196e4c451810e121b74c54.tar.zst
pyecsca-5837599a7c80237776196e4c451810e121b74c54.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 11276c2..ed9407f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -159,7 +159,7 @@ latex_elements = {
# Additional stuff for the LaTeX preamble.
#
- # 'preamble': '',
+ 'preamble': r"""\usepackage{pmboxdraw}""",
# Latex figure (float) alignment
#
@@ -230,6 +230,8 @@ autodoc_default_options = {
autodoc_typehints = "signature"
autodoc_typehints_format = "short"
+sd_fontawesome_latex = True
+
autoclass_content = "both"
nbsphinx_allow_errors = True