Commit bcbaa29
committed
Fix broken Read the Docs build: install sphinx_rtd_theme
docs/conf.py requires sphinx_rtd_theme, but .readthedocs.yml never
installed it - the requirements section was commented out and pointed
at a nonexistent ex-docs/requirements.txt (the docs directory has
always been docs/). Every RTD build has failed with
ModuleNotFoundError: sphinx_rtd_theme as a result, including the just
published v0.4.0 tag build.
Verified locally: pip install -r docs/requirements.txt in a clean venv,
then the same sphinx-build invocation RTD uses, builds cleanly.1 parent 841c8a7 commit bcbaa29
2 files changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments