File: conf.py

package info (click to toggle)
sphinx 8.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 26,624 kB
  • sloc: python: 105,841; javascript: 6,474; 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']