Skip to content

Commit 0eb8201

Browse files
committed
cleanup
1 parent ba3addf commit 0eb8201

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
jupyter notebook --version
146146
jupyter notebook --help
147147
148-
check_linkts:
148+
check_links:
149149
runs-on: ubuntu-latest
150150
timeout-minutes: 10
151151
steps:
@@ -165,7 +165,7 @@ jobs:
165165
- uses: jupyterlab/maintainer-tools/.github/actions/pre-commit@v1
166166

167167

168-
python_tests_check: # This job does nothing and is only used for the branch protection
168+
tests_check: # This job does nothing and is only used for the branch protection
169169
if: always()
170170
needs:
171171
- test

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
version: 2
22
sphinx:
33
configuration: docs/source/conf.py
4+
build:
5+
os: ubuntu-20.04
6+
tools:
7+
python: "3.9"
8+
nodejs: "16"
49
python:
5-
version: 3.8
610
install:
711
# install notebook itself
812
- method: pip

0 commit comments

Comments
 (0)