Skip to content

Commit 2eb2400

Browse files
committed
Binder: Fixes oddness in the badges being too large and remove widget extensions
1 parent b50dd35 commit 2eb2400

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

conf.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,16 @@
5454
'sphinx.ext.intersphinx',
5555
'sphinx.ext.extlinks',
5656
'nbsphinx',
57-
"jupyter_sphinx.embed_widgets",
5857
]
5958

6059
# NBSphinx
6160
nbsphinx_prolog = """
6261
{% set docname = env.doc2path(env.docname, base=None) %}
6362
64-
You can run this notebook online in a |Binder| session or view it `on Github <https://github.com/MolSSI/QCArchiveExamples/blob/master/{{ docname }}>`_.
63+
You can run this notebook online in a `Binder <https://mybinder.org/v2/gh/MolSSI/QCArchiveExamples/master?urlpath=lab/tree/{{ docname }}>`_
64+
session or view it `on Github <https://github.com/MolSSI/QCArchiveExamples/blob/master/{{ docname }}>`_.
65+
6566
66-
.. |Binder| image:: https://mybinder.org/badge.svg
67-
:target: https://mybinder.org/v2/gh/MolSSI/QCArchiveExamples/master?urlpath=lab/tree/{{ docname }}
6867
"""
6968

7069
napoleon_google_docstring = False
@@ -109,6 +108,7 @@
109108
html_theme = 'qcarchive_sphinx_theme'
110109
except ModuleNotFoundError:
111110
html_theme = 'sphinx_rtd_theme'
111+
# html_theme="alabaster"
112112

113113
# Theme options are theme-specific and customize the look and feel of a theme
114114
# further. For a list of options available for each theme, see the
@@ -212,3 +212,4 @@
212212

213213
# If true, `todo` and `todoList` produce output, else they produce nothing.
214214
todo_include_todos = True
215+

0 commit comments

Comments
 (0)