File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 46
46
# Add any paths that contain templates here, relative to this directory.
47
47
templates_path = ['_templates' ]
48
48
49
- # The suffix(es) of source filenames.
50
- # You can specify multiple suffix as a list of string:
51
- #
52
- # source_suffix = ['.rst', '.md']
49
+ # The suffix of source filenames.
53
50
source_suffix = '.rst'
54
51
55
52
# The master toctree document.
60
57
#
61
58
# This is also used if you do content translation via gettext catalogs.
62
59
# Usually you set "language" from the command line for these cases.
63
- language = None
60
+ language = 'en'
64
61
65
62
# List of patterns, relative to source directory, that match files and
66
63
# directories to ignore when looking for source files.
75
72
76
73
autodoc_member_order = 'bysource'
77
74
78
-
79
75
# -- Options for intersphinx extension ---------------------------------------
80
76
81
77
intersphinx_mapping = {
82
78
'python' : ('https://docs.python.org/3' , None ),
83
79
'pytest' : ('https://docs.pytest.org/en/stable/' , None ),
84
80
}
85
81
86
-
87
82
# -- Options for HTML output -------------------------------------------------
88
83
89
84
# The theme to use for HTML and HTML Help pages. See the documentation for
You can’t perform that action at this time.
0 commit comments