Commit 1293e18
committed
starting with sphinx 7.2.0, root is a pathlib.Path not a string anymore
so convert it to a string, the trailing os.sep is not needed.
os.path.join which is used to join paths, expects string and inserts the
os.sep.
See-also: sphinx-doc/sphinx#11526
See-also: sphinx-doc/sphinx#11608
Signed-off-by: Martin Gysel <me@bearsh.org>1 parent 0941e1b commit 1293e18
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments