Skip to content

Commit d207307

Browse files
committed
bump jlab back down, install node deps
1 parent c6fad62 commit d207307

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pathlib
66
import sys
7-
7+
import subprocess
88
import nbsphinx
99

1010
HERE = pathlib.Path(__file__).parent
@@ -105,3 +105,4 @@ def setup(app):
105105
""" Runs before the "normal business" of sphinx. Don't go too crazy here.
106106
"""
107107
app.add_css_file("css/custom.css")
108+
subprocess.Popen(["jlpm", "--ignore-optional"])

docs/rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- -e ..
1010
- graphviz
1111
- importlib_metadata
12-
- jupyterlab >=2,<2.1.0a0
12+
- jupyterlab >=1,<1.3.0a0
1313
- nbsphinx >=0.5.0,<0.5.1a0
1414
- pytest-check-links
1515
- recommonmark

0 commit comments

Comments
 (0)