Skip to content

Commit

Permalink
clean up config
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Dec 18, 2024
1 parent ec7714a commit 19171a5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# extensions = [
# 'sphinx.ext.autodoc',
# 'sphinx.ext.coverage',
# 'sphinx.ext.mathjax',
# 'sphinx.ext.viewcode',
# 'sphinx.ext.autosummary',
# "IPython.sphinxext.ipython_console_highlighting",
# "IPython.sphinxext.ipython_directive",
# "myst_nb",
# ]

extensions = [
"sphinx.ext.autosummary",
"sphinx.ext.autodoc",
Expand Down Expand Up @@ -223,11 +212,4 @@
epub_exclude_files = ['search.html']


# lines of code to run in each jupyter notebook in the docs
ipython_execlines = [
"import pandas as pd",
"pd.set_option('display.max_columns', 50)",
"pd.set_option('display.max_rows', 5)",
]

numpydoc_class_members_toctree = False

0 comments on commit 19171a5

Please sign in to comment.