Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Obarrie authored Dec 8, 2023
1 parent 3b217c3 commit a357af1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_nb",
"ablog",
'sphinx.ext.intersphinx',
"sphinx_design",
"sphinxext.opengraph",
"todo",
]
import os
import sys

sys.path.append(os.path.abspath("./_ext"))

extensions = ['todo']

todo_include_todos = False

# "sphinxext.rediraffe",

Expand Down

0 comments on commit a357af1

Please sign in to comment.