diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-04 16:54:15 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-04 16:54:15 -0400 |
| commit | 9549aebd98ca8e352205f547a717ab12c659cd01 (patch) | |
| tree | 1f11eabc19d8ec0fc6e75f2a69a109b6e86c152f /docs/conf.py | |
| parent | 529419e71f496fcf6274ebdb4af96905314b5e7f (diff) | |
| parent | 8698127dbd17b47d1d07e35bee3725fecb69670b (diff) | |
| download | python-setuptools-git-9549aebd98ca8e352205f547a717ab12c659cd01.tar.gz | |
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7c748056..93b19b57 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,6 +73,9 @@ link_files = { ), } +# Be strict about any broken references: +nitpicky = True + intersphinx_mapping = { 'pypa-build': ('https://pypa-build.readthedocs.io/en/latest/', None) } @@ -85,9 +88,6 @@ extlinks = { } extensions += ['sphinx.ext.extlinks', 'sphinx.ext.intersphinx'] -# Be strict about any broken references: -nitpicky = True - # Ref: https://github.com/python-attrs/attrs/pull/571/files\ # #diff-85987f48f1258d9ee486e3191495582dR82 default_role = 'any' |
