Skip to content

Commit

Permalink
remove numbadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Brunnstroem committed Jun 6, 2024
1 parent 6673e5a commit c289b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.append(os.path.abspath("./_ext"))
os.environ["NUMBA_DISABLE_JIT"] = '1'
#os.environ["NUMBA_DISABLE_JIT"] = '1'


#sys.path.insert(0, os.path.abspath('.'))
Expand All @@ -41,7 +41,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'numbadoc',
#'numbadoc',
#'numpydoc',
]
napoleon_google_docstring = False
Expand Down

0 comments on commit c289b74

Please sign in to comment.