summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-06-17 21:14:34 -0400
committerEric Lin <anselor@gmail.com>2020-06-22 11:16:18 -0400
commitf4d7977d8dcdd370c51bfbcf181d16e229c234a6 (patch)
treefaccaf469abfea5fca8b508bac686b31c43cc227
parent87aeaf4eb8816c0096d4336a84a35b907dcd9c9d (diff)
downloadcmd2-git-f4d7977d8dcdd370c51bfbcf181d16e229c234a6.tar.gz
Tweak doc8 config to allow for longer maximum line length in Sphinx documentation *.rst files
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f60e3aed..1309b587 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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