# -*- coding: utf-8 -*- templates_path = ["_templates"] source_suffix = ".rst" master_doc = "index" project = "pypackagecomplex" copyright = "2015, readthedocs" author = "readthedocs" version = "0.1" release = "0.1" language = None exclude_patterns = ["_build"] pygments_style = "sphinx" todo_include_todos = False html_theme = "alabaster" htmlhelp_basename = "pypackagecomplexdoc" extensions = ["autoapi.extension"] autoapi_type = "python" autoapi_dirs = ["complex"] autoapi_file_pattern = "*.py"