wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
529 stars 75 forks source link

Replace deprecated autodoc_default_flags with autodoc_default_options #112

Closed sbraz closed 4 years ago

sbraz commented 4 years ago

Since Sphinx 1.8, the old option yields the following warning:

/usr/lib/python3.8/site-packages/sphinx/events.py:76: RemovedInSphinx30Warning: autodoc_default_flags is now deprecated. Please use autodoc_default_options instead.