Commit 27ce972
committed
Parser: Drop epilog message for Sphinx help
When calling `tox.config.cli.parse._get_parser_doc()` from the Sphinx
documentation build, reset the `.epilog` property on the returned
parser object. This ensures the help will be formatted without any
messages about configuration files.
Fixes #3585
Signed-off-by: FeRD (Frank Dana) <[email protected]>1 parent be1a50a commit 27ce972
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments