Skip to content

Commit 755f6d9

Browse files
committed
Iterate
1 parent 52e87b4 commit 755f6d9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
File renamed without changes.

Diff for: docs/source/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'nbsphinx',
3232
'jupyter_sphinx',
3333
'nbsphinx_link',
34-
'jupyterlite-sphinx',
34+
'jupyterlite_sphinx',
3535
]
3636

3737
# Set the nbsphinx JS path to empty to avoid showing twice of the widgets
@@ -115,7 +115,7 @@
115115
# Add any paths that contain custom static files (such as style sheets) here,
116116
# relative to this directory. They are copied after the builtin static files,
117117
# so a file named "default.css" will overwrite the builtin "default.css".
118-
html_static_path = ['_static']
118+
html_static_path = []
119119

120120

121121
# -- Options for HTMLHelp output ------------------------------------------
@@ -209,8 +209,8 @@ def add_scripts(app):
209209
app.connect('builder-inited', add_scripts)
210210

211211
jupyterlite_dir = "."
212-
jupyterlite_contents = ["../examples/*"]
212+
jupyterlite_contents = "../../examples/"
213+
jupyterlite_silence = False
213214

214215
html_theme = "pydata_sphinx_theme"
215216
htmlhelp_basename = "ipyopenlayersdoc"
216-
html_static_path = ["_static"]

Diff for: docs/environment.yml renamed to docs/source/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- ipywidgets
88
- traitlets
99
- pip:
10-
- ..
10+
- ../..

Diff for: docs/source/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Try it online
1212

1313
You can try ipyopenlayers below, or open many other live examples in a new browser tab with : JupyterLite.
1414

15-
- `JupyterLite <http://127.0.0.1:8000/lab/index.html>`_
15+
- `JupyterLite <./lite/lab/index.html>`_
1616

1717
.. 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
1919

Diff for: readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ python:
66
- examples
77
- docs
88
conda:
9-
file: docs/environment.yml
9+
file: docs/source/build-environment.yml

0 commit comments

Comments
 (0)