Compare commits

...

2 Commits

Author SHA1 Message Date
b1bf66f027 Mega main
All checks were successful
gl/check check status: success (b1bf66f02730304b902c8c3de5bd423548f2b2a2)
2023-12-22 09:41:12 +00:00
5dc8684126 Changed conf.py.j2
Some checks failed
gl/check check status: failure (5dc868412622dad397f358be23a97282a1051709)
2023-07-10 10:16:57 +02:00

View File

@ -38,14 +38,14 @@ otcdocs_git_type = '{{ git_type }}'
{%- endif %} {%- endif %}
# Those variables are needed for indexing into OpenSearch # Those variables are needed for indexing into OpenSearch
otcdocs_doc_environment = '{{ doc_environment }}' otcdocs_doc_environment = "{{ doc_environment }}"
otcdocs_doc_link = '{{ doc_link }}' otcdocs_doc_link = "{{ doc_link }}"
otcdocs_doc_title = '{{ doc_title }}' otcdocs_doc_title = "{{ doc_title }}"
otcdocs_doc_type = '{{ doc_type }}' otcdocs_doc_type = "{{ doc_type }}"
otcdocs_service_category = '{{ service_category }}' otcdocs_service_category = "{{ service_category }}"
otcdocs_service_title = '{{ service_title }}' otcdocs_service_title = "{{ service_title }}"
otcdocs_service_type = '{{ service_type }}' otcdocs_service_type = "{{ service_type }}"
otcdocs_search_environment = 'hc_de' otcdocs_search_environment = "hc_de"
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/" otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,