diff options
| author | Théo Zimmermann | 2020-03-09 22:54:23 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-09 22:54:23 +0100 |
| commit | 43318e8b781c7ecbd17cd9d6cf61bc714e9613bf (patch) | |
| tree | 22aebb30571e9ecdbeae2d7d98fbeecbb35f00ac /doc/sphinx/conf.py | |
| parent | 45ef2a204d2ed5054e7a123aa62cdda58c6c9bec (diff) | |
| parent | d9ab85ffae85e756b2ed94c3b3fe655d3b541aaf (diff) | |
Merge PR #11720: Remove some productionlists
Ack-by: Zimmi48
Diffstat (limited to 'doc/sphinx/conf.py')
| -rwxr-xr-x | doc/sphinx/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 22102aa3ab..d864f8549d 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -183,9 +183,9 @@ todo_include_todos = False nitpicky = True nitpick_ignore = [ ('token', token) for token in [ + 'assums', 'binders', 'collection', - 'command', 'definition', 'dirpath', 'inductive', @@ -194,7 +194,6 @@ nitpick_ignore = [ ('token', token) for token in [ 'module', 'simple_tactic', 'symbol', - 'tactic', 'term_pattern', 'term_pattern_string', 'toplevel_selector', |
