Skip to content

Commit 8be882e

Browse files
committed
add distance between button and the header of the notebook
2 parents 0fe055b + adf8e84 commit 8be882e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,9 @@ def linkcode_resolve(domain, info):
395395
nbsphinx_prolog = f"""
396396
.. raw:: html
397397
398-
Run this notebook interactively at
399-
<a href="https://mybinder.org/v2/gh/OceanParcels/Parcels/{BRANCH}?urlpath=lab/tree/docs/{{{{ env.doc2path(env.docname, base=None) }}}}" target="_blank"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg"></a>
398+
<a href="https://mybinder.org/v2/gh/OceanParcels/Parcels/{BRANCH}?urlpath=lab/tree/docs/{{{{ env.doc2path(env.docname, base=None) }}}}" target="_blank">
399+
<img alt="Binder badge" src="https://mybinder.org/badge_logo.svg">
400+
</a>
400401
or view it
401402
<a href="https://github.com/OceanParcels/Parcels/blob/{BRANCH}/docs/{{{{ env.doc2path(env.docname, base=None) }}}}" target="_blank">on GitHub</a>
402403

0 commit comments

Comments
 (0)