Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace docutils reprunicode with just str for docutils==0.21 #55

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

amyreese
Copy link
Member

@amyreese amyreese commented Apr 19, 2024

Description

Fixes: #47

@amyreese amyreese merged commit 999b1fc into omnilib:main Apr 19, 2024
16 checks passed
@amyreese amyreese deleted the docutils-fix branch April 19, 2024 05:12
fmigneault added a commit to bird-house/birdhouse-deploy that referenced this pull request Apr 19, 2024
fmigneault added a commit to bird-house/birdhouse-deploy that referenced this pull request Apr 19, 2024
## 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'docutils.nodes' has no attribute 'reprunicode'
1 participant