Skip to content

Commit

Permalink
[1.x] Fix RTD CI workflow (#444)
Browse files Browse the repository at this point in the history
* Add readthedocs configuration file v2

* Update per 101458a
  • Loading branch information
andrii-i authored Oct 12, 2023
1 parent d2eb724 commit 3d0ed0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: ui-tests
run: jlpm playwright install chromium

- name: Execute integration tests
- name: Run E2E Playwright tests
working-directory: ui-tests
run: jlpm test

Expand Down
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
nodejs: "18"

sphinx:
configuration: docs/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 3d0ed0e

Please sign in to comment.