Skip to content

Commit

Permalink
enable todos
Browse files Browse the repository at this point in the history
- needed to set variable in `conf.py`
  • Loading branch information
CraigYanitski committed May 1, 2024
1 parent 2bb7cc1 commit 719095d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
set_type_checking_flag = True # Enable 'extensive' imports for sphinx_autodoc_typehints
nbsphinx_allow_errors = True # Continue through Jupyter errors
add_module_names = False # Remove namespaces from class/method signatures
todo_include_todos = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ["../_templates"]
Expand Down

0 comments on commit 719095d

Please sign in to comment.