click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Usage instructions not containing extension name #38

Closed loehnertj closed 5 years ago

loehnertj commented 5 years ago

In docs/usage.rst, the extension name to be included in conf.py / extensions should be mentioned. Can be fixed by copying over the paragraph from readme.rst:

Enable the plugin in your Sphinx conf.py file:

    extensions = ['sphinx_click.ext']