Skip to content

Commit

Permalink
Fix indextemplate of vconf directive (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored Aug 18, 2024
1 parent 8047e4c commit 4af90a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_ext/vault/vaultdomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ def setup(app):
app.add_crossref_type(
directivename="vconf",
rolename="vconf",
indextemplate="single: %s; topics/configuration_reference",
indextemplate="single: configuration; %s",
)
return {"parallel_read_safe": True, "parallel_write_safe": True}

0 comments on commit 4af90a6

Please sign in to comment.