File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22#
33# sphinx-click documentation build configuration file
44
5- # import os
6- # import sys
7- # sys.path.insert(0, os.path.abspath('.'))
5+ import os
6+ import sys
7+
8+ sys .path .insert (0 , os .path .abspath ('../examples' ))
89
910# -- General configuration ------------------------------------------------
1011
1516# Add any Sphinx extension module names here, as strings. They can be
1617# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1718# ones.
18- extensions = [" sphinx_click" ]
19+ extensions = [' sphinx_click' ]
1920
2021# Add any paths that contain templates here, relative to this directory.
2122templates_path = []
Original file line number Diff line number Diff line change 11sphinx-click
22============
33
4- :mod: ` sphinx-click <sphinx_click> ` is a `Sphinx `__ plugin that allows you to
5- automatically extract documentation from a `click-based `__ application and
6- include it in your docs.
4+ `` sphinx-click `` is a `Sphinx `__ plugin that allows you to automatically
5+ extract documentation from a `click-based `__ application and include it in
6+ your docs.
77
88__ http://www.sphinx-doc.org/
99__ http://click.pocoo.org/
@@ -19,9 +19,9 @@ __ http://click.pocoo.org/
1919
2020.. seealso ::
2121
22- Module :mod: ` click `
23- This extension assumes you are using :mod: ` click ` to create your command
22+ Module `` click ` `
23+ This extension assumes you are using `` click ` ` to create your command
2424 line application.
2525
26- Module :mod: ` sphinxcontrib.autoprogram `
27- An equivalent library for use with :mod: ` argparse `.
26+ Module `` sphinxcontrib.autoprogram ` `
27+ An equivalent library for use with `` argparse ` `.
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ commands =
3333
3434[testenv:docs]
3535commands =
36- pip install -e {toxinidir}/examples/
37- sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
36+ sphinx-build -Wn -b html -d docs/_build/doctrees docs docs/_build/html
3837
3938[coverage:run]
4039branch = True
You can’t perform that action at this time.
0 commit comments