Skip to content

Commit 364abec

Browse files
committed
BUG: RTD debugging
1 parent 4b5b1b8 commit 364abec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@
7070
'_output']
7171

7272
def jupyterlite_build(app: Sphinx, error):
73+
from pprint import pprint
74+
pprint('jupyterlite_build')
75+
pprint(error)
76+
pprint(app)
77+
pprint(app.builder)
78+
if app.builder:
79+
pprint(app.builder.format)
7380
if error is not None and app.builder and app.builder.format == "html":
7481
subprocess.check_call(['jupyter', 'lite', 'build', '--config',
7582
str(jupyterlite_config)], cwd=str(here))

0 commit comments

Comments
 (0)