# Configuration file for the Sphinx documentation builder.## For the full list of built-in configuration values, see the documentation:# https://www.sphinx-doc.org/en/master/usage/configuration.html# -- Project information -----------------------------------------------------# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-informationfrom datetime import dateproject = 'DeepFlame'copyright = '2021-%d, DeepModeling' % date.today().yearauthor = 'DeepModeling'release = '0.1'# -- General configuration ---------------------------------------------------# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configurationextensions = ["deepmodeling_sphinx",'sphinx.ext.duration','sphinx.ext.doctest','sphinx.ext.autodoc','sphinx.ext.autosummary','sphinx.ext.intersphinx',]source_suffix = ['.rst', '.md']templates_path = ['_templates']exclude_patterns = []intersphinx_disabled_domains = ['std']# -- Options for HTML output -------------------------------------------------# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-outputhtml_theme = 'sphinx_book_theme'html_logo = 'DeepFlameLOGO.png'# -- Options for EPUB output#epub_show_urls = 'footnote'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。