Skip to content

Commit

Permalink
Change to default readthedocs theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Goldschmidt committed May 25, 2020
1 parent ea81f63 commit 23e8aca
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
43 changes: 18 additions & 25 deletions docs/notebooks/Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:42:39.380300Z",
"start_time": "2020-05-16T00:42:38.923611Z"
"end_time": "2020-05-25T22:32:22.390334Z",
"start_time": "2020-05-25T22:32:22.384333Z"
}
},
"outputs": [],
Expand All @@ -26,8 +26,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:42:42.640869Z",
"start_time": "2020-05-16T00:42:39.752272Z"
"end_time": "2020-05-25T22:32:22.406731Z",
"start_time": "2020-05-25T22:32:22.395734Z"
}
},
"outputs": [],
Expand All @@ -54,8 +54,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:42:44.237139Z",
"start_time": "2020-05-16T00:42:44.225182Z"
"end_time": "2020-05-25T22:32:22.425715Z",
"start_time": "2020-05-25T22:32:22.410156Z"
},
"code_folding": []
},
Expand Down Expand Up @@ -114,8 +114,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:42:48.176232Z",
"start_time": "2020-05-16T00:42:46.516598Z"
"end_time": "2020-05-25T22:32:23.528025Z",
"start_time": "2020-05-25T22:32:22.489656Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -180,8 +180,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:43:15.702080Z",
"start_time": "2020-05-16T00:42:59.693109Z"
"end_time": "2020-05-25T22:32:26.856066Z",
"start_time": "2020-05-25T22:32:23.533677Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -215,8 +215,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:43:18.598112Z",
"start_time": "2020-05-16T00:43:15.859312Z"
"end_time": "2020-05-25T22:32:28.694186Z",
"start_time": "2020-05-25T22:32:26.860446Z"
}
},
"outputs": [],
Expand All @@ -236,8 +236,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:43:20.644884Z",
"start_time": "2020-05-16T00:43:18.706756Z"
"end_time": "2020-05-25T22:32:30.128277Z",
"start_time": "2020-05-25T22:32:28.697331Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -266,8 +266,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:43:23.633400Z",
"start_time": "2020-05-16T00:43:20.749795Z"
"end_time": "2020-05-25T22:32:32.464519Z",
"start_time": "2020-05-25T22:32:30.132555Z"
}
},
"outputs": [],
Expand All @@ -294,8 +294,8 @@
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-05-16T00:43:24.325729Z",
"start_time": "2020-05-16T00:43:23.741718Z"
"end_time": "2020-05-25T22:32:33.079238Z",
"start_time": "2020-05-25T22:32:32.467193Z"
}
},
"outputs": [],
Expand All @@ -316,13 +316,6 @@
" iax.axis('off')\n",
" iax.imshow(im, alpha=0.6, cmap='gray', vmin=0, vmax=1)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jupyter_client = {version = "^6.1.3", optional = true}
ipykernel = {version = "^5.2.1", optional = true}
matplotlib = {version = "^3.2.1", optional = true}
ipywidgets = {version = "^7.5.1", optional = true}
sphinx_rtd_theme = {version = "^0.4.3", optional = true}

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

[tool.poetry.extras]
cython = ["cython"]
docs = ["sphinx", "sklearn", "scipy", "nbsphinx", "jupyter_client", "ipykernel", "matplotlib", "ipywidgets"]
docs = ["sphinx", "sklearn", "scipy", "nbsphinx", "jupyter_client", "ipykernel", "matplotlib", "ipywidgets",
"sphinx_rtd_theme"]

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 23e8aca

Please sign in to comment.