diff options
| author | Clément Pit-Claudel | 2020-09-29 13:18:04 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2020-09-29 13:18:04 -0400 |
| commit | a34e213db5c45f0637c4ebf70b84d8020d38000d (patch) | |
| tree | 3b6d5786171fb5931c6cb16a27d9e37f253b45d4 /doc/sphinx/conf.py | |
| parent | b74339d4817ef29c2094ad09c47d87ae558de3e3 (diff) | |
| parent | c571af2f95cccfbffe4e0b93525066676e7f652d (diff) | |
Merge PR #13101: Reduce nitpick_ignore list a little.
Diffstat (limited to 'doc/sphinx/conf.py')
| -rwxr-xr-x | doc/sphinx/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index ee8784fc02..a8a574c861 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -183,11 +183,8 @@ todo_include_todos = False nitpicky = True nitpick_ignore = [ ('token', token) for token in [ - 'binders', 'collection', - 'modpath', 'tactic', - 'destruction_arg', 'bindings', 'induction_clause', 'conversion', |
