Skip to content

Commit

Permalink
Update pydoc-markdown requirement (#25)
Browse files Browse the repository at this point in the history
To fix the pip warning

```
WARNING: pydoc-markdown 4.8.2 does not provide the extra 'novella'
```

It doesn't look like we use novella anyways.
  • Loading branch information
manugoyal authored Nov 8, 2023
1 parent 8a531ad commit f4732c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pytest",
"twine",
],
"doc": ["pydoc-markdown[novella]"],
"doc": ["pydoc-markdown"],
}

extras_require["all"] = sorted({package for packages in extras_require.values() for package in packages})
Expand Down

0 comments on commit f4732c5

Please sign in to comment.