conf

Attributes

project

copyright

author

version

release

extensions

templates_path

source_suffix

master_doc

language

exclude_patterns

pygments_style

html_theme

html_static_path

html_file_suffix

htmlhelp_basename

latex_elements

latex_documents

man_pages

texinfo_documents

epub_title

epub_exclude_files

todo_include_todos

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