15 lines
227 B
Python
15 lines
227 B
Python
|
|
project = 'IronCalc'
|
|
author = 'Nicolás Hatcher'
|
|
|
|
release = '0.1'
|
|
version = '0.1.2'
|
|
|
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon']
|
|
|
|
templates_path = ['_templates']
|
|
|
|
exclude_patterns = []
|
|
|
|
html_theme = 'alabaster'
|