File: conf.py

package info (click to toggle)
python-tidylib 0.3.2~dfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 411; makefile: 16; sh: 7
file content (13 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Configuration file for Sphinx documentation tool

extensions = ['sphinx.ext.autodoc']

master_doc = "index"

project = "pytidylib"
copyright = "2009-2014 Jason Stitt"
version = "0.1"
language = "en"

html_title = "pytidylib module"