opentelekomcloud-docs / cloud-trace-service

Open Telekom Cloud Cloud Trace Service docs
Apache License 2.0
0 stars 0 forks source link

Propagate changes to cloud-trace-service-api-ref from PreProd environment #6

Closed otcbot[bot] closed 2 years ago

otcbot[bot] commented 2 years ago

This is an automatically created Pull Request for changes to cloud-trace-service-api-ref to promote changes down the pipeline to Production environment.

The original change can be found under https://gitea.eco.tsi-dev.otc-service.com/docs/cloud-trace-service/pulls/8.

There were patch conflicts, please review original patch file.

otcbot[bot] commented 2 years ago

I tried my best, but could not apply the patch as is, therefore I will report you what I could not apply.

BTW, if in the diff you see removed line equal to the added line it may be caused by invisible trailing spaces. This is safe to ignore.

In most cases content of the patch remainder need to be carefully analyzed and necessary changes applied manually.

Following is the patch remainder:

diff a/api-ref/source/conf.py b/api-ref/source/conf.py  (rejected hunks)
@@ -10,23 +10,22 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 #
+# !!!
+# This file is generated out of template in doc-exports repository.
+# Beware overwriting it locally.
+
 import os
 import sys

 extensions = [
-    'otc_api_ref',
     'otcdocstheme'
 ]

-
-html_theme = 'otcdocs'
-html_theme_options = {
-    "sidebar_mode": "toctree"
-}
 otcdocs_auto_name = False
-project = 'Cloud Trace Service'  # FIXME
-otcdocs_repo_name = 'docs/cloud-trace-service'  # FIXME
+otcdocs_auto_version = False

+project = 'Cloud Trace Service'
+otcdocs_repo_name = 'docs/cloud-trace-service'

 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the