Fix roles

This commit is contained in:
Otto Winter 2019-02-17 20:12:00 +01:00
parent 5bf90b9f57
commit 7121014868
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -216,7 +216,9 @@ class PinTableDirective(Table):
def setup(app):
app.add_role('libpr', libpr_role)
app.add_role('corepr', libpr_role)
app.add_role('yamlpr', yamlpr_role)
app.add_role('esphomepr', yamlpr_role)
app.add_role('docspr', docspr_role)
app.add_role('ghuser', ghuser_role)
app.add_role('apiref', apiref_role)