File: breadcrumbs.html

package info (click to toggle)
pympress 1.5.3%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 876 kB
  • sloc: python: 3,526; sh: 84; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "!breadcrumbs.html" %}

{# do the setup for the github links to appear correctly #}

{% set display_github = True %}
{% set github_user = 'Cimbali' %}
{% set github_repo = 'pympress' %}
{% set github_version = 'master' %}

{% if pagename == 'README' %}
{% set conf_py_path = '/' %}
{% else %}
{% set conf_py_path = '/docs/source/' %}
{% endif %}