Skip to content

Commit 4b5b1b8

Browse files
committed
BUG: RTD conf.py syntax error
1 parent 5c11ab1 commit 4b5b1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171

7272
def jupyterlite_build(app: Sphinx, error):
7373
if error is not None and app.builder and app.builder.format == "html":
74-
subprocess.check_call(['jupyter', 'lite', 'build', '--config',
75-
str(jupyterlite_config)], cwd=str(here))
74+
subprocess.check_call(['jupyter', 'lite', 'build', '--config',
75+
str(jupyterlite_config)], cwd=str(here))
7676

7777
def setup(app):
7878
# For local builds, run jupyter lite build manually

0 commit comments

Comments
 (0)