Skip to content

Commit c14c53c

Browse files
authored
Update conf.py
1 parent b68684e commit c14c53c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"sphinx.ext.graphviz",
3232
"sphinx.ext.inheritance_diagram",
3333
"nbsphinx",
34+
"sphinx_code_tabs",
3435
"sphinx_copybutton"
3536
]
3637

@@ -187,4 +188,4 @@
187188
# If true, `todo` and `todoList` produce output, else they produce nothing.
188189
todo_include_todos = True
189190

190-
mathjax_path = "math_jax_3_2_0.js"
191+
mathjax_path = "math_jax_3_2_0.js"

0 commit comments

Comments
 (0)