aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/conf.py
diff options
context:
space:
mode:
authorThéo Zimmermann2020-09-27 12:31:14 +0200
committerThéo Zimmermann2020-09-27 12:31:14 +0200
commitc571af2f95cccfbffe4e0b93525066676e7f652d (patch)
tree68d4f8fd36d03482d2a33ee5e64d5ff813ebbe2c /doc/sphinx/conf.py
parent9c2228ff011dc6188b70084fa1e1a5158affcf24 (diff)
Reduce nitpick_ignore list a little.
Diffstat (limited to 'doc/sphinx/conf.py')
-rwxr-xr-xdoc/sphinx/conf.py3
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',