Skip to content

Commit a440a45

Browse files
fredvdstevepiercy
andauthored
add link to pyenchant issue
Co-authored-by: Steve Piercy <[email protected]>
1 parent e5d5357 commit a440a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing/setup-build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ make html
4141
```
4242

4343
```{note}
44-
If you are using an M1 Mac to build the documentation, there is currently an issue with pyenchant that throws an error that the enchant library can't be found. This happens for example if you installed your Python with pyenv.
44+
If you are using an M1 Mac to build the documentation, there is currently [an issue with pyenchant](https://github.com/pyenchant/pyenchant/issues/265) that throws an error that the enchant library can't be found.
45+
This happens for example if you installed your Python with pyenv.
4546
A workaround until pyenchant is fixed is to run `export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib` in the terminal session before you execute `make html`.
4647
in the terminal session before you execute `make html`.
4748
```

0 commit comments

Comments
 (0)