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