This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
python-emails/docs/conf.py

13 lines
275 B
Python

import sys, os
sys.path.append(os.path.abspath('_themes'))
sys.path.append(os.path.abspath('.'))
from conf_base import *
from conf_theme_alabaster import *
#from conf_theme_flask import *
version = '0.5'
release = '0.5.1'
html_theme_path = ['_themes', ] + html_theme_path