Skip to content

Commit 97ee8da

Browse files
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 parents 5a54a1f + 4c2cb0b commit 97ee8da

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest)
1616
------------------------------------------------------------------------------------------------------------------
1717

18-
[//]: # (list changes here, using '-' for each new entry, remove this when items are added)
18+
## Fixes
19+
20+
- docs: Fix version of `sphinx-mdinclude` to address incompatible `docutils` operation under ReadTheDocs Sphinx build.
21+
22+
- See [docutils 0.21 changes](https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09).
23+
- See issue [sphinx-mdinclude#47](https://github.com/omnilib/sphinx-mdinclude/issues/47)
24+
and PR [sphinx-mdinclude#55](https://github.com/omnilib/sphinx-mdinclude/pull/55).
1925

2026
[2.2.0](https://github.com/bird-house/birdhouse-deploy/tree/2.2.0) (2024-04-18)
2127
------------------------------------------------------------------------------------------------------------------

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# extra requirements specifically for documentation purposes
2-
sphinx-mdinclude
2+
sphinx-mdinclude>=0.5.4

0 commit comments

Comments
 (0)