forked from SMART-Lab/smartdispatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sphinx[...]-autoprogram by sphinx-argparse
Why: sphinxcontrib-autoprogram's pip version does not support python 3. There is a more recent version in bitbucket's repository but the installation is tedious for the few features it gives. (See comment SMART-Lab#160 (comment) for more details on the problem) How: sphinxcrontrib-autoprogram was only used to generate automatic documentation of the script smart-dispatch so the replacement was trivial. The output is slightly different, arguments being included in tables for sphinx-argparse while not for sphinxcrontrib-autoprogram. Overall sphinx-argparse seems good enough.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters