Skip to content

Commit 773daa7

Browse files
committed
fixing small blank space between button and github
1 parent 8be882e commit 773daa7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,8 @@ def linkcode_resolve(domain, info):
395395
nbsphinx_prolog = f"""
396396
.. raw:: html
397397
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>
401-
or view it
402-
<a href="https://github.com/OceanParcels/Parcels/blob/{BRANCH}/docs/{{{{ env.doc2path(env.docname, base=None) }}}}" target="_blank">on GitHub</a>
398+
<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>
399+
or view it <a href="https://github.com/OceanParcels/Parcels/blob/{BRANCH}/docs/{{{{ env.doc2path(env.docname, base=None) }}}}" target="_blank">on GitHub</a>
403400
404401
<p style="margin-bottom: 30px"></p>
405402
"""

0 commit comments

Comments
 (0)