Skip to content

Commit 5dba02a

Browse files
authored
Try fix
1 parent 3de1eb3 commit 5dba02a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/conf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@
4747

4848
# files
4949
templates_path = ["_templates"]
50-
# rely on the order of these to patch json, labextensions correctly
51-
html_static_path = [
52-
# docs stuff
53-
"_static",
54-
# as-built assets for testing "hot" downstreams against a PR without rebuilding
55-
"../dist",
56-
# as-built application, extensions, contents, and patched jupyter-lite.json
57-
"../build/docs-app",
58-
]
5950
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
6051

6152
html_css_files = [
@@ -108,7 +99,6 @@ def before_rtd_build(app: Sphinx, error):
10899

109100
def after_build(app: Sphinx, error):
110101
"""sphinx-jsonschema makes duplicate ids. clean them"""
111-
os.environ.update(JLITE_DOCS_OUT=app.builder.outdir) #
112102
do_tasks("post", RTD_POST_TASKS)
113103

114104

0 commit comments

Comments
 (0)