Skip to content

Commit

Permalink
clean up conf.py docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Feb 13, 2024
1 parent a1478a4 commit 4d36426
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

version = "1.0.1"

# importlib.metadata.version(__package__ or __name__)

sys.path.insert(0, os.path.abspath("../../"))


Expand All @@ -36,21 +34,17 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
# "IPython.sphinxext.ipython_console_highlighting",
"nbsphinx",
"sphinxcontrib.katex",
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.todo",
# "sphinx.ext.mathjax",
# "sphinx.ext.imgmath",
"sphinx.ext.viewcode",
"sphinx.ext.githubpages",
"sphinx.ext.napoleon",
"sphinx.ext.autosectionlabel",
"sphinx_design",
"sphinx_rtd_theme",
# "sphinx_panels",
"nbsphinx",
]

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

0 comments on commit 4d36426

Please sign in to comment.