Add trigger to conf.py to call generate-scope-table

This commit is contained in:
IvanaH8
2021-05-21 17:03:24 +02:00
parent 4a1459195e
commit 800f3cf79f

View File

@@ -212,7 +212,7 @@ if on_rtd:
# build both metrics and rest-api, since RTD doesn't run make # build both metrics and rest-api, since RTD doesn't run make
from subprocess import check_call as sh from subprocess import check_call as sh
sh(['make', 'metrics', 'rest-api'], cwd=docs) sh(['make', 'metrics', 'rest-api', 'scopes'], cwd=docs)
# -- Spell checking ------------------------------------------------------- # -- Spell checking -------------------------------------------------------