File: conf.py

package info (click to toggle)
python-jsonlines 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 136 kB
  • sloc: python: 706; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
extensions = [
    "sphinx.ext.autodoc",
]

master_doc = "index"
project = "jsonlines"
copyright = "wouter bolsterlee"