Add metrics documentation generation step in CircleCI & RTD configs

Also rename generated metrics documentation directory `_gen` from `gen`
This commit is contained in:
Rajat Goyal
2020-09-30 22:57:33 +05:30
parent e553bcb7e2
commit 8ee60ce0c7
5 changed files with 5 additions and 5 deletions

View File

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