Skip to content

Commit

Permalink
docs: downgrade argparse again
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 2, 2018
1 parent fa0bef5 commit 22da069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
mock
sphinx>=1.6.4
# sphinx-argparse 0.2.2 gave no output
sphinx-argparse
sphinx-argparse==0.2.1
# CommonMark 0.8.3 did not work with argparse
CommonMark==0.7.5
sphinxcontrib.bibtex
matplotlib
ipython

cython
3 changes: 2 additions & 1 deletion docs/sec_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Command line interface
setup-profile
-------------
.. argparse::
:ref: nanite.cli.profile.setup_profile_parser
:moduleref: nanite.cli.profile
:func: setup_profile_parser
:prog: nanite-setup-profile


Expand Down

0 comments on commit 22da069

Please sign in to comment.