Commit 97ee8da
authored
fix readthedocs build (#448)
## Overview
Issue seen on https://readthedocs.org/projects/birdhouse-deploy/builds/24109903/
`AttributeError: module 'docutils.nodes' has no attribute 'reprunicode'`
## Changes
**Non-breaking changes**
- docs: Fix version of `sphinx-mdinclude` to address incompatible `docutils` operation under ReadTheDocs Sphinx build.
**Breaking changes**
- n/a
## Related Issue / Discussion
- See [docutils 0.21 changes](https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09).
- See issue [sphinx-mdinclude#47](omnilib/sphinx-mdinclude#47) and PR [sphinx-mdinclude#55](omnilib/sphinx-mdinclude#55).2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments