Skip to content

Commit 60ee231

Browse files
authored
Fix sphinx extension name (#65)
The correct name of the extension is `a11y_pygments` Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 82e3c56 commit 60ee231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ HtmlFormatter(style='a11y-light').style
107107

108108
```toml
109109
# for example if using a pyproject.toml file
110-
dependencies=["accessible-pygments"]
110+
dependencies=["a11y_pygments"]
111111
```
112112

113113
2. Modify your `conf.py` file to specify the `accessible-pygments` style:

0 commit comments

Comments
 (0)