fix taurusdb
This commit is contained in:
parent
28e651dffb
commit
d7868e7d72
@ -2,6 +2,7 @@
|
|||||||
hc_location: usermanual/taurusdb
|
hc_location: usermanual/taurusdb
|
||||||
html_location: docs/taurusdb/umn
|
html_location: docs/taurusdb/umn
|
||||||
link: /taurusdb/umn/
|
link: /taurusdb/umn/
|
||||||
|
rst_location: umn/source
|
||||||
pdf_enabled: true
|
pdf_enabled: true
|
||||||
service_type: taurusdb
|
service_type: taurusdb
|
||||||
title: User Guide
|
title: User Guide
|
||||||
|
@ -339,7 +339,6 @@ class Services(object):
|
|||||||
if not internal_exists:
|
if not internal_exists:
|
||||||
continue
|
continue
|
||||||
for doc in self.all_docs:
|
for doc in self.all_docs:
|
||||||
print(doc)
|
|
||||||
if (
|
if (
|
||||||
"html_location" in doc
|
"html_location" in doc
|
||||||
and doc["service_type"] == srv_res["service_type"]
|
and doc["service_type"] == srv_res["service_type"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user