Skip to content

Commit

Permalink
doc: drop sphinx-click, use static text #2
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Nov 22, 2018
1 parent 842aea0 commit a7c51a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx_click.ext']
#extensions = ['sphinx_click.ext']
extensions = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit a7c51a0

Please sign in to comment.