Skip to content

Commit f4d7977

Browse files
tleonhardtanselor
authored andcommitted
Tweak doc8 config to allow for longer maximum line length in Sphinx documentation *.rst files
1 parent 87aeaf4 commit f4d7977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ use_parentheses = true
1313

1414
[doc8]
1515
ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg
16-
;max-line-length=99
16+
max-line-length=117
1717
verbose=0

0 commit comments

Comments
 (0)