diff options
| author | Quentin Young <qlyoung@nvidia.com> | 2021-02-19 15:33:45 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@nvidia.com> | 2021-02-22 14:38:21 -0500 |
| commit | 8ed09fbf5acbbd99e43da2fbdf2092da5b5007b4 (patch) | |
| tree | a10dd8a45df43ba17bf0cdfd2153462e62fc2a30 /doc/user/conf.py | |
| parent | 1e31580f8a8ebcbeb6a6f207b114f8eabe1317bf (diff) | |
doc: automatically generate index entries for cli
- Generate index entries automatically
- Remove manual command index entries
- Clean up a few other manual index entries
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'doc/user/conf.py')
| -rw-r--r-- | doc/user/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/conf.py b/doc/user/conf.py index 79b37e7850..e0aec40443 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -384,7 +384,7 @@ def vparse(s): def setup(app): # object type for FRR CLI commands, can be extended to document parent CLI # node later on - app.add_object_type("clicmd", "clicmd") + app.add_object_type("clicmd", "clicmd", indextemplate="pair: %s; configuration command") # css overrides for HTML theme # Note sphinx version differences |
