Skip to content

Commit 9a92ee6

Browse files
Test: Docs
1 parent 2fa2139 commit 9a92ee6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/conf.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@
6262
# Myst notebook settings
6363
nbsphinx_execute = "never" # Do not run notebooks during build
6464

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+
6580
# --------- AUTOAPI --------- #
6681
autoapi_add_toctree_entry = True
6782
autoapi_dirs = ["../src/ariel/"]

0 commit comments

Comments
 (0)