diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-16 01:09:14 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-16 01:42:12 +0200 |
| commit | b170eac3e00f65c3d56d48d5aa8ee18f00a7baf9 (patch) | |
| tree | fc63ca730907fe02df96a2beea349c90e3943434 /docs/conf.py | |
| parent | ff5d8c4440df27a6f38384d650a0990459a569c3 (diff) | |
| download | python-setuptools-git-b170eac3e00f65c3d56d48d5aa8ee18f00a7baf9.tar.gz | |
🚑 Make Sphinx nitpicky about broken references
Fixes #2424
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index d5111391..1928af58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -146,3 +146,7 @@ link_files = { ], ), } + + +# Be strict about any broken references: +nitpicky = True |
