File: conf.py

package info (click to toggle)
sphinxcontrib-datatemplates 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: python: 828; makefile: 172; xml: 38; javascript: 1
file content (8 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
import os
import sys

sys.path.append(os.path.abspath("lib"))

extensions = ["sphinxcontrib.datatemplates"]
templates_path = ["templates"]
template_bridge = "template_bridge.CustomTemplateLoader"