Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'OpenMS'
copyright = '2023, OpenMS Inc'
copyright = '2002-present, OpenMS Inc'
author = 'OpenMS Team'


Expand All @@ -26,12 +26,12 @@
# built documents.
#
# The short major.minor.patch version.
version = '3.3.0'
version = '3.4.0'
# Short version for the latest supported KNIME
knime_version = '5.3.0'

# The full version, including alpha/beta/rc tags.
release = '3.3.0'
release = '3.4.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ sphinx-design
sphinx-notfound-page
sphinx-inline-tabs
sphinx-hoverxref
# Dependency of Sphinx, the 3.0 release breaks it (currently)
snowballstemmer<3