[go: up one dir, main page]

File: conf.py

package info (click to toggle)
srt 1.4.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,648 kB
  • sloc: cpp: 42,817; ansic: 4,060; tcl: 916; sh: 146; python: 87; makefile: 49
file content (17 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# sphinx configuration file
project = 'SRT'
copyright = '2018, Haivision Systems Inc'
author = 'Haivision Systems Inc'
version = ''
release = ''
extensions = [
]
templates_path = ['_templates']
source_suffix = '.md'
master_doc = 'API'
exclude_patterns = ['_build', '_themes']
pygments_style = 'sphinx'
html_static_path = []
html_use_index = False
html_show_sourcelink = False
htmlhelp_basename = 'SRT'