#epub_tocscope = 'default' # Fix unsupported image types using the Pillow. #epub_fix_images = False # Scale large images. #epub_max_image_width = 0 # How to display URL addresses: 'footnote', 'no', or 'inline'. #epub_show_urls = 'inline' # If false, no index is generated. #epub_use_index = True # Example configuration for intersphinx: refer to the Python standard library. # intersphinx_mapping = {'https://simpeg.readthedocs.org/en/latest/': None} # -- User Defined Methods ------------------------------------------------ sys.path.append(os.getcwd()) from _ext import (make_contributorslist, make_formula_sheet, make_case_histories, checkDependencies, supress_nonlocal_image_warn, copyImages) make_contributorslist() make_formula_sheet() make_case_histories() # checkDependencies() supress_nonlocal_image_warn() copyImages()
# Fix unsupported image types using the Pillow. #epub_fix_images = False # Scale large images. #epub_max_image_width = 0 # How to display URL addresses: 'footnote', 'no', or 'inline'. #epub_show_urls = 'inline' # If false, no index is generated. #epub_use_index = True # Example configuration for intersphinx: refer to the Python standard library. # intersphinx_mapping = {'https://simpeg.readthedocs.org/en/latest/': None} # -- User Defined Methods ------------------------------------------------ sys.path.append(os.getcwd()) from _ext import ( make_contributorslist, make_formula_sheet, make_case_histories, checkDependencies, supress_nonlocal_image_warn, copyImages ) make_contributorslist() make_formula_sheet() make_case_histories() # checkDependencies() supress_nonlocal_image_warn() copyImages()