Skip to content

Commit

Permalink
🎨 some links and cleanup to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 1, 2024
1 parent 2ff5666 commit 47cd660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@

extensions = [
"myst_nb",
# "sphinx_design", # interactive webcomponents
# "sphinx_copybutton",
# "sphinx_examples",
# "sphinx_design", # https://sphinx-design.readthedocs.io/en/sbt-theme/
# "sphinx_copybutton", # https://sphinx-copybutton.readthedocs.io/
"sphinx_new_tab_link",
]

templates_path = ["_templates"]
# As we can use percent notebooks and markdowns files, we need to exclude some files
# additinally to the default ones (add to the list if needed)
exclude_patterns = [
"_build",
"Thumbs.db",
Expand Down

0 comments on commit 47cd660

Please sign in to comment.