diff --git a/docs/conf.py b/docs/conf.py index 03f737dc..73823123 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'OpenMS' -copyright = '2023, OpenMS Inc' +copyright = '2002-present, OpenMS Inc' author = 'OpenMS Team' @@ -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 --------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index 0452140f..1e367711 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file