forked from be-engineer/MikroTik-doc-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.py
49 lines (41 loc) · 1.6 KB
/
conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
'''
Author: be-engineer [email protected]
Date: 2023-10-22 16:39:13
LastEditors: be-engineer [email protected]
LastEditTime: 2023-10-22 22:54:41
FilePath: /MikroTik-doc-cn/conf.py
Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
'''
# 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-information
project = 'RouterOS7.6 中文使用手册'
copyright = '2023, be-engineer'
author = 'be-engineer'
release = '7.x'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
# 'myst_parser',
# 'recommonmark',
'sphinx_mdinclude',
# 'sphinxcontrib-markdown',
# 'sphinx.ext.mathjax',
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx_markdown_tables',
# 'sphinxnotes.strike'
]
templates_path = ['_templates']
exclude_patterns = []
# root_doc = 'index'
language = 'zh_CN'
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']