Skip to content

Commit 85aa532

Browse files
committed
Fixes and change to furo
1 parent e7b8b69 commit 85aa532

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jupytext:
1212

1313
% summary-start
1414

15-
# ![logo](logo) adaptive
15+
# ![logo](https://adaptive.readthedocs.io/en/latest/_static/logo.png) adaptive
1616

1717
[![PyPI][PyPI-badge]][PyPI-url]
1818
[![Conda][Conda-badge]][Conda-url]
@@ -184,7 +184,6 @@ For general discussion, we have a [Gitter chat channel](https://gitter.im/python
184184

185185
% references-end
186186

187-
[logo]: https://adaptive.readthedocs.io/en/latest/_static/logo.png
188187
[Binder-badge]: https://mybinder.org/badge.svg
189188
[Binder-url]: https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb
190189
[Conda-badge]: https://img.shields.io/badge/install%20with-conda-green.svg

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies:
1717
- myst-nb=0.16.0
1818
- sphinx_fontawesome=0.0.6
1919
- sphinx=4.2.0
20-
- sphinx-book-theme
2120
- ffmpeg=4.3.2
2221
- cloudpickle
2322
- loky
23+
- furo
2424
- myst-parser

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
language = None
4545
exclude_patterns = []
4646
pygments_style = "sphinx"
47-
html_theme = "sphinx_book_theme"
47+
html_theme = "furo"
4848
html_static_path = ["_static"]
4949
htmlhelp_basename = "adaptivedoc"
5050

docs/source/tutorial/tutorial.advanced-topics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,9 @@ This should be `None` if the runner stopped successfully.
286286
If the runner stopped due to an exception then asking for the result will raise the exception with the stack trace:
287287

288288
```{code-cell}
289-
:raises:
290-
289+
---
290+
tags: [raises-exception]
291+
---
291292
runner.task.result()
292293
```
293294

0 commit comments

Comments
 (0)