Skip to content
Snippets Groups Projects
Select Git revision
  • aa9b0910ee1a20954708da0c57db64de21eef400
  • master default protected
  • st-1502-pytango-9.4.0
  • st-1426-test-tango-9_4_0
  • low-359-named-pvc
  • st-1381-base-image-to-ubuntu
  • bang-26
  • low-331-alpine-poetry-image
  • st-1260-delete-depencies
  • at6-1082-mount-host-path
  • st-974-probes-for-tangodb
  • test-pipeline
  • st-966-changelog-template-job
  • st-915-pytango
  • st-933-publish-raw-packages
  • sar-313-exploratory-work
  • ST-758
  • at6-700-image
  • st-581-car
  • AT1-709-configure-archiver-script
  • st-565
  • 0.4.3
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.26
  • 0.3.25
  • 0.3.24
  • 0.3.23
  • 0.3.22
  • 0.3.21
  • 0.3.20
  • 0.3.19
  • 0.3.18
  • 0.3.17
  • 0.3.16
  • 0.3.15
  • 0.3.14
  • 0.3.13
  • 0.3.12
  • 0.3.11
41 results

layout.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    layout.html 766 B
    {% extends "!layout.html" %}
    
    {# 
    {% block sidebartitle %}
    #}
    
    {# original content
    
    {% if logo and theme_logo_only %}
    <a href="{{ pathto(master_doc) }}">
    {% else %}
    <a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{project }}
    {% endif %}
    
    {% if logo %}
    
    <img src="{{ pathto('_static/' + logo, 1) }}" class="logo" />
    {% endif %}
    </a>
    
    {% if theme_display_version %}
    {%- set nav_version = version %}
    {% if READTHEDOCS and current_version %}
    {%- set nav_version = current_version %}
    {% endif %}
    {% if nav_version %}
    <div class="version">
    {{ nav_version }}
    </div>
    {% endif %}
    {% endif %}
    
    {% include "searchbox.html" %}
    
    end of original content #}
    
    {# 
    <a href="{{pathto(master_doc)}}" class="ska-logo"></a>
    
    {% include "searchbox.html" %}
    
    {% endblock %}
    #}