From d7868e7d728ecd36db4c1b87f2182f60fa39c9b0 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 30 Apr 2025 09:14:50 +0000 Subject: [PATCH] fix taurusdb --- otc_metadata/data/documents/taurusdb-umn.yaml | 1 + otc_metadata/services.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/taurusdb-umn.yaml b/otc_metadata/data/documents/taurusdb-umn.yaml index 1e32a0c..494dd14 100644 --- a/otc_metadata/data/documents/taurusdb-umn.yaml +++ b/otc_metadata/data/documents/taurusdb-umn.yaml @@ -2,6 +2,7 @@ hc_location: usermanual/taurusdb html_location: docs/taurusdb/umn link: /taurusdb/umn/ +rst_location: umn/source pdf_enabled: true service_type: taurusdb title: User Guide diff --git a/otc_metadata/services.py b/otc_metadata/services.py index af30607..291e07e 100644 --- a/otc_metadata/services.py +++ b/otc_metadata/services.py @@ -339,7 +339,6 @@ class Services(object): if not internal_exists: continue for doc in self.all_docs: - print(doc) if ( "html_location" in doc and doc["service_type"] == srv_res["service_type"]