Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srinitha709 authored Jan 9, 2025
1 parent 600be54 commit fcc3a18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ def _parse_release_as_version(rls):
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
#'sphinx.ext.todo'
#'sphinx.ext.autodoc', # For pulling in docstrings
#'sphinx.ext.doctest', # For testing code examples in documentation
#'sphinx.ext.napoleon', # For Google and NumPy-style docstrings
'sphinx.ext.todo'
'sphinx.ext.autodoc', # For pulling in docstrings
'sphinx.ext.doctest', # For testing code examples in documentation
'sphinx.ext.napoleon', # For Google and NumPy-style docstrings
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit fcc3a18

Please sign in to comment.