Skip to content

Commit 2c2fe09

Browse files
committed
docs: add "sphinx" as an allowed style
1 parent 94efc5f commit 2c2fe09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/config_options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ _pydoclint_ within _flake8_, you can use _flake8_'s
6767

6868
## 3. `--style`
6969

70-
Which style of docstring is your code base using. Right now there are two
71-
available choices: `numpy` and `google`. The default value is `numpy`.
70+
Which style of docstring is your code base using. Right now there are three
71+
available choices: `numpy`, `google`, and `sphinx`. The default value is
72+
`numpy`.
7273

7374
```
7475
pydoclint --style=google <FILE_OR_FOLDER>

0 commit comments

Comments
 (0)