diff options
| author | Clément Pit-Claudel | 2020-05-02 14:06:49 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2020-05-02 14:06:49 -0400 |
| commit | 16b2734e050d4c28d5da1a509cd2387cb8cebe6b (patch) | |
| tree | 30660874fbc98736f1e092b827eaf2a67256c960 /doc/sphinx/conf.py | |
| parent | f129326d545ae27d362132b279167d119894a992 (diff) | |
| parent | 90285ff50290a49d20d60ffc59725bf87c6acd14 (diff) | |
Merge PR #12172: Refactor first chapter: first step, the section on basics.
Ack-by: JasonGross
Ack-by: jfehrle
Diffstat (limited to 'doc/sphinx/conf.py')
| -rwxr-xr-x | doc/sphinx/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index db1340eacb..dbe582df95 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -186,6 +186,7 @@ nitpick_ignore = [ ('token', token) for token in [ 'binders', 'collection', 'modpath', + 'tactic', ]] # -- Options for HTML output ---------------------------------------------- |
