Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{
"name": "nightly",
"version": "3.4.0dev",
"version": "3.5.0dev",
"url": "https://pyopenms.readthedocs.io/en/latest/"
},
{
"name": "3.4.0",
"version": "3.4.0",
"url": "https://pyopenms.readthedocs.io/en/release-3.4.0/"
},
{
"name": "3.3.0",
"version": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# built documents.
#
# The short X.Y version.
version = u'3.3.0'
version = u'3.4.0'
# The full version, including alpha/beta/rc tags.
release = version
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pyviz_comms
jupyter-server-proxy
massql
sphinx-hoverxref
# Dependency of Sphinx, the 3.0 release breaks it (currently)
snowballstemmer<3

pyopenms