src/source/conf.py
branchdoc-dc
changeset 139 d632f8d6140b
parent 138 7205ae7c43dc
equal deleted inserted replaced
138:7205ae7c43dc 139:d632f8d6140b
   135 # html_theme_options = {}
   135 # html_theme_options = {}
   136 
   136 
   137 # Add any paths that contain custom static files (such as style sheets) here,
   137 # Add any paths that contain custom static files (such as style sheets) here,
   138 # relative to this directory. They are copied after the builtin static files,
   138 # relative to this directory. They are copied after the builtin static files,
   139 # so a file named "default.css" will overwrite the builtin "default.css".
   139 # so a file named "default.css" will overwrite the builtin "default.css".
   140 html_static_path = ['source/_static', ]
   140 html_static_path = ['_static', ]
   141 
   141 
   142 # Custom sidebar templates, must be a dictionary that maps document names
   142 # Custom sidebar templates, must be a dictionary that maps document names
   143 # to template names.
   143 # to template names.
   144 #
   144 #
   145 # html_domain_indices = True
   145 # html_domain_indices = True
   198 texinfo_documents = [
   198 texinfo_documents = [
   199     (master_doc, 'PyAMSDocumentation', 'PyAMS Documentation',
   199     (master_doc, 'PyAMSDocumentation', 'PyAMS Documentation',
   200      author, 'PyAMSDocumentation', 'PyAMS a CMS based on Pyramid and Zope',
   200      author, 'PyAMSDocumentation', 'PyAMS a CMS based on Pyramid and Zope',
   201      'Miscellaneous'),
   201      'Miscellaneous'),
   202 ]
   202 ]
   203 
       
   204 
   203 
   205 
   204 
   206 # -- Options for Epub output ----------------------------------------------
   205 # -- Options for Epub output ----------------------------------------------
   207 
   206 
   208 # Bibliographic Dublin Core info.
   207 # Bibliographic Dublin Core info.