We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d0c76 commit 97e986dCopy full SHA for 97e986d
docs/source/conf.py
@@ -22,7 +22,7 @@
22
# -- Project information -----------------------------------------------------
23
24
project = "adaptive"
25
-copyright = "2018, Adaptive Authors"
+copyright = "2018-2019, Adaptive Authors"
26
author = "Adaptive Authors"
27
28
# The short X.Y version
@@ -83,6 +83,12 @@
83
pygments_style = "sphinx"
84
85
86
+jupyter_sphinx_thebelab_config = {
87
+ "requestKernel": True,
88
+ "binderOptions": {"repo": "python-adaptive/adaptive"},
89
+}
90
+
91
92
# -- Options for HTML output -------------------------------------------------
93
94
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments