diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-06-17 21:14:34 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2020-06-22 11:16:18 -0400 |
commit | f4d7977d8dcdd370c51bfbcf181d16e229c234a6 (patch) | |
tree | faccaf469abfea5fca8b508bac686b31c43cc227 | |
parent | 87aeaf4eb8816c0096d4336a84a35b907dcd9c9d (diff) | |
download | cmd2-git-f4d7977d8dcdd370c51bfbcf181d16e229c234a6.tar.gz |
Tweak doc8 config to allow for longer maximum line length in Sphinx documentation *.rst files
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ use_parentheses = true [doc8] ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg -;max-line-length=99 +max-line-length=117 verbose=0 |