update doc-export generator

This commit is contained in:
2022-08-30 09:52:35 +02:00
parent 96b61f9d76
commit 8358d28942
2 changed files with 4 additions and 1 deletions

View File

@ -210,6 +210,7 @@ class Services(object):
html_location=doc["html_location"],
rst_location=doc["rst_location"],
title=doc["title"],
type=doc.get("type", "dummy"),
pdf_name=doc["pdf_name"]
)
srv_res["docs"].append(doc_res)