File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 31
31
'nbsphinx' ,
32
32
'jupyter_sphinx' ,
33
33
'nbsphinx_link' ,
34
- 'jupyterlite-sphinx ' ,
34
+ 'jupyterlite_sphinx ' ,
35
35
]
36
36
37
37
# Set the nbsphinx JS path to empty to avoid showing twice of the widgets
115
115
# Add any paths that contain custom static files (such as style sheets) here,
116
116
# relative to this directory. They are copied after the builtin static files,
117
117
# so a file named "default.css" will overwrite the builtin "default.css".
118
- html_static_path = ['_static' ]
118
+ html_static_path = []
119
119
120
120
121
121
# -- Options for HTMLHelp output ------------------------------------------
@@ -209,8 +209,8 @@ def add_scripts(app):
209
209
app .connect ('builder-inited' , add_scripts )
210
210
211
211
jupyterlite_dir = "."
212
- jupyterlite_contents = ["../examples/*" ]
212
+ jupyterlite_contents = "../../examples/"
213
+ jupyterlite_silence = False
213
214
214
215
html_theme = "pydata_sphinx_theme"
215
216
htmlhelp_basename = "ipyopenlayersdoc"
216
- html_static_path = ["_static" ]
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ dependencies:
7
7
- ipywidgets
8
8
- traitlets
9
9
- pip :
10
- - ..
10
+ - ../..
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Try it online
12
12
13
13
You can try ipyopenlayers below, or open many other live examples in a new browser tab with : JupyterLite.
14
14
15
- - `JupyterLite <http://127.0.0.1:8000 /lab/index.html >`_
15
+ - `JupyterLite <./lite /lab/index.html >`_
16
16
17
17
.. image :: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
18
- :target: http://127.0.0.1:8000 /lab/index.html
18
+ :target: ./lite /lab/index.html
19
19
Original file line number Diff line number Diff line change 6
6
- examples
7
7
- docs
8
8
conda :
9
- file : docs/environment.yml
9
+ file : docs/source/build- environment.yml
You can’t perform that action at this time.
0 commit comments