File: conf.py

package info (click to toggle)
sphinx 8.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,992 kB
  • sloc: python: 99,053; 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 (5)
1
2
3
4
5
6
import sys
from pathlib import Path

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

extensions = ['sphinx.ext.napoleon']