File: conf.py

package info (click to toggle)
pyroute2 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,700 kB
  • sloc: python: 50,245; makefile: 280; javascript: 183; ansic: 81; sh: 44; awk: 17
file content (23 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import pyroute2

source_suffix = '.rst'
master_doc = 'index'

project = 'lab.pyroute2'
copyright = '2022, Peter Saveliev'
author = 'Peter Saveliev'

release = pyroute2.__version__


extensions = [
]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']


html_theme = 'default'
html_css_files = ['custom.css']
html_js_files = ['conf.js', 'lab.js', 'fixup.js']
html_static_path = ['_static']