We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa2139 commit 9a92ee6Copy full SHA for 9a92ee6
docs/conf.py
@@ -62,6 +62,21 @@
62
# Myst notebook settings
63
nbsphinx_execute = "never" # Do not run notebooks during build
64
65
+# # Adds a "source" button to notebooks
66
+# nbsphinx_prolog = """
67
+# .. raw:: html
68
+
69
+# <style>
70
+# .nbinput .prompt, .nboutput .prompt {
71
+# display: none; /* cleaner: remove In/Out labels */
72
+# }
73
+# </style>
74
+# """
75
76
+# # Nicer code highlighting theme
77
+pygments_style = "default" # dark code blocks
78
+pygments_dark_style = "monokai" # Furo-specific: dark mode highlight theme
79
80
# --------- AUTOAPI --------- #
81
autoapi_add_toctree_entry = True
82
autoapi_dirs = ["../src/ariel/"]
0 commit comments