We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb6f1d commit 9100d53Copy full SHA for 9100d53
README.rst
@@ -119,6 +119,14 @@ An example section that can be placed into one of these files::
119
verbose=1
120
ignore-path-errors=/tmp/other_thing.rst;D001;D002
121
122
+
123
+An example for the ``pyproject.toml`` file::
124
125
+ [tool.doc8]
126
127
+ ignore = ["D001"]
128
+ allow-long-titles = true
129
130
**Note:** The option names are the same as the command line ones (with the
131
only variation of this being the ``no-sphinx`` option which from the
132
configuration file will be ``sphinx`` instead).
0 commit comments