Skip to content

Commit 23e8aca

Browse files
author
Andy Goldschmidt
committed
Change to default readthedocs theme.
1 parent ea81f63 commit 23e8aca

File tree

3 files changed

+22
-27
lines changed

3 files changed

+22
-27
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The theme to use for HTML and HTML Help pages. See the documentation for
5353
# a list of builtin themes.
5454
#
55-
html_theme = 'alabaster'
55+
html_theme = 'sphinx_rtd_theme'
5656

5757
# Add any paths that contain custom static files (such as style sheets) here,
5858
# relative to this directory. They are copied after the builtin static files,

docs/notebooks/Example.ipynb

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"execution_count": null,
1313
"metadata": {
1414
"ExecuteTime": {
15-
"end_time": "2020-05-16T00:42:39.380300Z",
16-
"start_time": "2020-05-16T00:42:38.923611Z"
15+
"end_time": "2020-05-25T22:32:22.390334Z",
16+
"start_time": "2020-05-25T22:32:22.384333Z"
1717
}
1818
},
1919
"outputs": [],
@@ -26,8 +26,8 @@
2626
"execution_count": null,
2727
"metadata": {
2828
"ExecuteTime": {
29-
"end_time": "2020-05-16T00:42:42.640869Z",
30-
"start_time": "2020-05-16T00:42:39.752272Z"
29+
"end_time": "2020-05-25T22:32:22.406731Z",
30+
"start_time": "2020-05-25T22:32:22.395734Z"
3131
}
3232
},
3333
"outputs": [],
@@ -54,8 +54,8 @@
5454
"execution_count": null,
5555
"metadata": {
5656
"ExecuteTime": {
57-
"end_time": "2020-05-16T00:42:44.237139Z",
58-
"start_time": "2020-05-16T00:42:44.225182Z"
57+
"end_time": "2020-05-25T22:32:22.425715Z",
58+
"start_time": "2020-05-25T22:32:22.410156Z"
5959
},
6060
"code_folding": []
6161
},
@@ -114,8 +114,8 @@
114114
"execution_count": null,
115115
"metadata": {
116116
"ExecuteTime": {
117-
"end_time": "2020-05-16T00:42:48.176232Z",
118-
"start_time": "2020-05-16T00:42:46.516598Z"
117+
"end_time": "2020-05-25T22:32:23.528025Z",
118+
"start_time": "2020-05-25T22:32:22.489656Z"
119119
}
120120
},
121121
"outputs": [],
@@ -180,8 +180,8 @@
180180
"execution_count": null,
181181
"metadata": {
182182
"ExecuteTime": {
183-
"end_time": "2020-05-16T00:43:15.702080Z",
184-
"start_time": "2020-05-16T00:42:59.693109Z"
183+
"end_time": "2020-05-25T22:32:26.856066Z",
184+
"start_time": "2020-05-25T22:32:23.533677Z"
185185
}
186186
},
187187
"outputs": [],
@@ -215,8 +215,8 @@
215215
"execution_count": null,
216216
"metadata": {
217217
"ExecuteTime": {
218-
"end_time": "2020-05-16T00:43:18.598112Z",
219-
"start_time": "2020-05-16T00:43:15.859312Z"
218+
"end_time": "2020-05-25T22:32:28.694186Z",
219+
"start_time": "2020-05-25T22:32:26.860446Z"
220220
}
221221
},
222222
"outputs": [],
@@ -236,8 +236,8 @@
236236
"execution_count": null,
237237
"metadata": {
238238
"ExecuteTime": {
239-
"end_time": "2020-05-16T00:43:20.644884Z",
240-
"start_time": "2020-05-16T00:43:18.706756Z"
239+
"end_time": "2020-05-25T22:32:30.128277Z",
240+
"start_time": "2020-05-25T22:32:28.697331Z"
241241
}
242242
},
243243
"outputs": [],
@@ -266,8 +266,8 @@
266266
"execution_count": null,
267267
"metadata": {
268268
"ExecuteTime": {
269-
"end_time": "2020-05-16T00:43:23.633400Z",
270-
"start_time": "2020-05-16T00:43:20.749795Z"
269+
"end_time": "2020-05-25T22:32:32.464519Z",
270+
"start_time": "2020-05-25T22:32:30.132555Z"
271271
}
272272
},
273273
"outputs": [],
@@ -294,8 +294,8 @@
294294
"execution_count": null,
295295
"metadata": {
296296
"ExecuteTime": {
297-
"end_time": "2020-05-16T00:43:24.325729Z",
298-
"start_time": "2020-05-16T00:43:23.741718Z"
297+
"end_time": "2020-05-25T22:32:33.079238Z",
298+
"start_time": "2020-05-25T22:32:32.467193Z"
299299
}
300300
},
301301
"outputs": [],
@@ -316,13 +316,6 @@
316316
" iax.axis('off')\n",
317317
" iax.imshow(im, alpha=0.6, cmap='gray', vmin=0, vmax=1)"
318318
]
319-
},
320-
{
321-
"cell_type": "code",
322-
"execution_count": null,
323-
"metadata": {},
324-
"outputs": [],
325-
"source": []
326319
}
327320
],
328321
"metadata": {

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ jupyter_client = {version = "^6.1.3", optional = true}
2626
ipykernel = {version = "^5.2.1", optional = true}
2727
matplotlib = {version = "^3.2.1", optional = true}
2828
ipywidgets = {version = "^7.5.1", optional = true}
29+
sphinx_rtd_theme = {version = "^0.4.3", optional = true}
2930

3031
[tool.poetry.dev-dependencies]
3132
pytest = "^5.2"
3233

3334
[tool.poetry.extras]
3435
cython = ["cython"]
35-
docs = ["sphinx", "sklearn", "scipy", "nbsphinx", "jupyter_client", "ipykernel", "matplotlib", "ipywidgets"]
36+
docs = ["sphinx", "sklearn", "scipy", "nbsphinx", "jupyter_client", "ipykernel", "matplotlib", "ipywidgets",
37+
"sphinx_rtd_theme"]
3638

3739
[build-system]
3840
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)