File: conf.py

package info (click to toggle)
b4 0.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,788 kB
  • sloc: python: 10,145; sh: 38; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
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'