Skip to content

Commit

Permalink
remove override for testing only
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Jul 17, 2024
1 parent e54c7ce commit acbab50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lcviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def __init__(self, *args, **kwargs):

# set the link to read the docs
self.app.vdocs = 'latest' if 'dev' in __version__ else 'v'+__version__
self.app.vdocs = 'v0.4.1' # TODO: testing only
self.app.docs_link = f"https://lcviz.readthedocs.io/en/{self.app.vdocs}"
for plugin in self.plugins.values():
# NOTE that plugins that need to override upstream docs_link should do so in
Expand Down

0 comments on commit acbab50

Please sign in to comment.