Skip to content

Commit

Permalink
Revert parameter for 'switcher.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key authored Aug 27, 2024
1 parent d68128d commit 96bdf32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@

# Pregeneration of files
apidoc.create_api_doc(PACKAGE_PATH, join(DOC_PATH, "apidoc"))
switcher.create_switcher_json(
join("static", "switcher.json"), biotite.__version__, n_versions=5
)
switcher.create_switcher_json(join("static", "switcher.json"), "v0.41.0", n_versions=5)

# Use custom citation style
pybtex.plugin.register_plugin("pybtex.style.formatting", "ieee", bibliography.IEEEStyle)
Expand Down

0 comments on commit 96bdf32

Please sign in to comment.