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
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jupyter-server-proxy
massql
sphinx-hoverxref


pyopenms