Commit 39ced82
committed
π fix(docs): fix ReadTheDocs build
The RTD build failed because the trailing `--` in the tox invocation set
posargs to empty, causing sphinx-build to receive no output directory.
Remove the `--`, let tox use the default output path, and copy the
result to `$READTHEDOCS_OUTPUT/html` where RTD expects it. Also fix
two RST title underlines that were too short, which caused failures
under `-W` (warnings as errors).
Signed-off-by: BernΓ‘t GΓ‘bor <bgabor8@bloomberg.net>1 parent 1696086 commit 39ced82
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments