Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Oct 4, 2024
1 parent 9b8ed4b commit add45dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
release = precellar.__version__

# pyData/Sphinx-Theme version switcher
if ".dev" in version:
if "dev" in version:
switcher_version = "dev"
else:
switcher_version = f"{version}"
Expand Down Expand Up @@ -51,7 +51,6 @@
"sphinx.ext.coverage",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx.ext.linkcode",
"sphinx_autodoc_typehints",
"sphinx_plotly_directive",
]
Expand Down

0 comments on commit add45dd

Please sign in to comment.