conf
Attributes
Module Contents
- conf.project = 'Pencil Python'
- conf.copyright = '2021, Illa R. Losada'
- conf.author = 'Illa R. Losada'
- conf.version = ''
- conf.release = ''
- conf.extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.mathjax',...
- conf.templates_path = ['.templates']
- conf.source_suffix = '.md'
- conf.master_doc = 'index'
- conf.language = None
- conf.exclude_patterns = []
- conf.pygments_style = None
- conf.html_theme = 'alabaster'
- conf.html_static_path = ['.static']
- conf.html_file_suffix = '.html'
- conf.htmlhelp_basename = 'PencilPythondoc'
- conf.latex_elements
- conf.latex_documents
- conf.man_pages
- conf.texinfo_documents
- conf.epub_title = 'Pencil Python'
- conf.epub_exclude_files = ['search.html']
- conf.todo_include_todos = True