Skip to content

Commit

Permalink
update sphinx req
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 11, 2022
1 parent 7dcbac3 commit fb74623
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,8 @@
sys.path.insert(0, os.path.abspath('../../ewstools/'))


# # mock import these packages because readthedocs doesn't have them installed
# autodoc_mock_imports = [
# 'pandas',
# 'numpy',
# 'scipy',
# 'statsmodels',
# 'lmfit',
# 'arch',
# 'plotly',
# ]



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

project = 'ewstools'
copyright = '2022, Thomas M Bury'
author = 'Thomas M Bury'
Expand All @@ -47,7 +34,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
needs_sphinx = '5.0.2'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down

0 comments on commit fb74623

Please sign in to comment.