aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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