File: conf.py

package info (click to toggle)
python-sphinx-chango 0.6.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 1,840 kB
  • sloc: python: 4,909; javascript: 74; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from pathlib import Path

extensions = ["chango.sphinx_ext"]


# Configuration for the chango sphinx directive
chango_pyproject_toml_path = Path(__file__).parent.parent.parent