File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 4747
4848# files
4949templates_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- ]
5950exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
6051
6152html_css_files = [
@@ -108,7 +99,6 @@ def before_rtd_build(app: Sphinx, error):
10899
109100def 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
You can’t perform that action at this time.
0 commit comments