view pages/association/page_meta.py @ 20:a24d362796be

use python module to run sphinx: this way we are sure to run the right version with right Python environment.
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 17:38:36 +0100
parents 9ce41ef66dfa
children e7c7327f9f25
line wrap: on
line source

#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-

from sat.core.log import getLogger

log = getLogger(__name__)

name = "association"
template = "association/association.html"