diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-02-24 16:53:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 16:53:42 -0500 |
| commit | eb3e4dc35ca25f954d24c442df7c81e3e0d84fc4 (patch) | |
| tree | b1c044e74f5fafc5346d5b9bc968c2738cc0a599 /doc/user/conf.py | |
| parent | e024c08200ff15d678f8d165afea343d27081968 (diff) | |
| parent | a874b986f02669f150e1e3de7c41c5dbbbf95ff5 (diff) | |
Merge pull request #8128 from qlyoung/docs-cleanup
General docs cleanup
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 |
