Skip to content

Commit 3d0ed0e

Browse files
authored
[1.x] Fix RTD CI workflow (#444)
* Add readthedocs configuration file v2 * Update per 101458a
1 parent d2eb724 commit 3d0ed0e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: ui-tests
5858
run: jlpm playwright install chromium
5959

60-
- name: Execute integration tests
60+
- name: Run E2E Playwright tests
6161
working-directory: ui-tests
6262
run: jlpm test
6363

.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
nodejs: "18"
8+
9+
sphinx:
10+
configuration: docs/conf.py
11+
12+
python:
13+
install:
14+
- method: pip
15+
path: .
16+
extra_requirements:
17+
- docs

0 commit comments

Comments
 (0)