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 7aef23d commit f677bfb
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
import os
import sys

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

extensions = ['todo']

todo_include_todos = False


# # -- Project information -----------------------------------------------------

# project = 'Site Title'
Expand All @@ -15,14 +25,7 @@
# # Add any Sphinx extension module names here, as strings. They can be
# # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# # ones.
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 f677bfb

Please sign in to comment.