File: conf.py

package info (click to toggle)
sphinx-rst-builder 0.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: python: 771; makefile: 17; sh: 6
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: BSD-2-Clause

import os, sys
self_dir = os.path.abspath(os.path.dirname(__file__))
sys.path.append(os.path.join(self_dir, ".."))

from conf_common import *

master_doc = os.path.basename(self_dir)