This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-16
lines changed
Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install tox
27- run : pip install " tox<4" tox-gh-actions
27+ run : pip install tox
2828 - name : Run tox
2929 run : tox
3030 - name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 11build :
2- image : latest
2+ os : ubuntu-lts-latest
3+ tools :
4+ python : " 3.12"
5+
6+ sphinx :
7+ configuration : docs/conf.py
38
49python :
5- version : 3.6
6- pip_install : true
7- extra_requirements :
8- - docs
10+ install :
11+ - method : pip
12+ path : .
13+ extra_requirements :
14+ - docs
Original file line number Diff line number Diff line change 135135# documentation.
136136#html_theme_options = {}
137137
138- html_theme_path = [sphinx_rtd_theme . get_html_theme_path () ]
138+ # html_theme_path = []
139139
140140# The name for this set of Sphinx documents. If None, it defaults to
141141# "<project> v<release> documentation".
Original file line number Diff line number Diff line change @@ -58,12 +58,3 @@ skip_glob =
5858 versioneer.py
5959 tests/*
6060 salmon/_vendor
61-
62- [gh-actions]
63- python =
64- 3.7: py37
65- 3.8: py38
66- 3.9: py39
67- 3.10: py310
68- pypy-3.6: pypy3
69- pypy-3.7: pypy3
You can’t perform that action at this time.
0 commit comments