File: conf.py

package info (click to toggle)
sphinx-sqlalchemy 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: python: 241; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
"""Sphinx configuration file."""

import os
import sys

# add example module to the python path
sys.path.insert(0, os.path.dirname(__file__))

extensions = ["sphinx_sqlalchemy"]

html_title = "sphinx-sqlalchemy documentation"
html_theme = "furo"