1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- project = 'DragonOS'
- copyright = '2022, fslongjin'
- author = 'fslongjin'
- release = 'dev'
- extensions = ['myst_parser']
- templates_path = ['_templates']
- language = 'zh_CN'
- exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
- source_suffix = ['.rst', '.md']
- html_theme = 'sphinx_rtd_theme'
- html_static_path = ['_static']
- myst_enable_extensions = [
- "tasklist",
- ]
|