diff --git a/.github/workflows/test-pr-sphinx.yml b/.github/workflows/test-pr-sphinx.yml index e47fa3883..b18676444 100644 --- a/.github/workflows/test-pr-sphinx.yml +++ b/.github/workflows/test-pr-sphinx.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax - name: Installing Dependencies run: pip install -r docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 7e5bcba3e..e1a8e5cf8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,6 +8,8 @@ sphinx-remove-toctrees ## for pygment coloring of code snippets using ipython syntax ipython pygments-lexer-pseudocode +# Dependency of Sphinx, the 3.0 release breaks it (currently) +snowballstemmer<3 --extra-index-url https://pypi.cs.uni-tuebingen.de/simple/ pyopenms \ No newline at end of file diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index 9dc098d88..bf22de9f6 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -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", diff --git a/docs/source/conf.py b/docs/source/conf.py index b3ab856bb..d813c7fa9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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', '') diff --git a/requirements.txt b/requirements.txt index fc5000fcc..76a798e56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,5 @@ jupyter-server-proxy massql sphinx-hoverxref + pyopenms