File: conf.py

package info (click to toggle)
git-ubuntu 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,688 kB
  • sloc: python: 13,378; sh: 480; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
project = 'git-ubuntu'
copyright = '2023 Canonical Ltd'
author = 'Robie Basak'
exclude_patterns = ['_build']
html_theme = 'sphinx_rtd_theme'
extensions = ['sphinx_design']