Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit f6f9974

Browse files
authored
Merge pull request #171 from moggers87/fix-docs-build
Update readthedocs config to work again
2 parents 0dbf4b4 + 9a966c9 commit f6f9974

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.readthedocs.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
build:
2-
image: latest
2+
os: ubuntu-lts-latest
3+
tools:
4+
python: "3.12"
5+
6+
sphinx:
7+
configuration: docs/conf.py
38

49
python:
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
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".

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)