File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2121
2222 - uses : actions/setup-python@v4
2323 with :
24- python-version : ' 3.10 ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+ python-version : ' 3.11 ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525
2626 - name : Installing Dependencies
2727 run : pip install -r docs/requirements.txt
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ sphinx-remove-toctrees
88## for pygment coloring of code snippets using ipython syntax
99ipython
1010pygments-lexer-pseudocode
11+ # Dependency of Sphinx, the 3.0 release breaks it (currently)
12+ snowballstemmer < 3
1113
1214--extra-index-url https://pypi.cs.uni-tuebingen.de/simple/
1315pyopenms
Original file line number Diff line number Diff line change 11[
22 {
33 "name" : " nightly" ,
4- "version" : " 3.4 .0dev" ,
4+ "version" : " 3.5 .0dev" ,
55 "url" : " https://pyopenms.readthedocs.io/en/latest/"
66 },
7+ {
8+ "name" : " 3.4.0" ,
9+ "version" : " 3.4.0" ,
10+ "url" : " https://pyopenms.readthedocs.io/en/release-3.4.0/"
11+ },
712 {
813 "name" : " 3.3.0" ,
914 "version" : " 3.3.0" ,
Original file line number Diff line number Diff line change 8686# built documents.
8787#
8888# The short X.Y version.
89- version = u'3.3 .0'
89+ version = u'3.4 .0'
9090# The full version, including alpha/beta/rc tags.
9191release = version
9292rtd_branch = os .environ .get ('READTHEDOCS_GIT_IDENTIFIER' , '' )
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ jupyter-server-proxy
1313massql
1414sphinx-hoverxref
1515
16+
1617pyopenms
You can’t perform that action at this time.
0 commit comments