File: conf.py

package info (click to toggle)
sphinx 8.1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie, trixie-backports, trixie-proposed-updates
  • size: 26,008 kB
  • sloc: python: 99,054; javascript: 6,402; perl: 451; makefile: 178; sh: 37; xml: 19; ansic: 2
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
import sys
from pathlib import Path

sys.path.insert(0, str(Path.cwd().resolve()))

extensions = ['sphinx.ext.napoleon']