Skip to content
Snippets Groups Projects
Select Git revision
  • ae2c75f8af028981cef59126c1ba4cd90fd6fe61
  • master default protected
  • L2SS-2199-apply-dab-to-xy
  • refactor-control-power-properties
  • set_hba_element_power
  • update-lcu-rollout-procedure
  • stop-using-mesh-gateway
  • test-pytango-10.0.3
  • revert-cs032-ccd-ip
  • deploy-components-parallel
  • fix-chrony-exporter
  • L2SS-2407-swap-iers-caltable-monitoring-port
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • v0.52.8 protected
  • v0.52.7 protected
  • v0.55.5-r2 protected
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
  • 0.55.0.dev0
  • v0.54.0 protected
  • 0.53.2.dev0
  • 0.53.1.dev0
  • v0.52.3-r2 protected
  • remove-snmp-client
  • v0.52.3 protected
  • v0.52.3dev0 protected
  • 0.53.1dev0
  • v0.52.2-rc3 protected
  • v0.52.2-rc2 protected
  • v0.52.2-rc1 protected
41 results

README.md

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 %}
    #}