File: conf.py

package info (click to toggle)
b4 0.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,604 kB
  • sloc: python: 10,228; sh: 38; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
project = 'B4 end-user docs'
copyright = '2019-2022, The Linux Foundation and contributors'
author = 'Kernel.org'
templates_path = ['_templates']
html_theme = 'sphinx_rtd_theme'
# Don't highlight by default
highlight_language = 'none'
master_doc = 'index'