File tree 2 files changed +3
-2
lines changed
addons/source-python/docs/source-python/source
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ Custom static files (such as style sheets or script files) will be placed here.
Original file line number Diff line number Diff line change 44
44
# The suffix(es) of source filenames.
45
45
# You can specify multiple suffix as a list of string:
46
46
# source_suffix = ['.rst', '.md']
47
- source_suffix = '.rst'
47
+ source_suffix = { '.rst' : 'restructuredtext' }
48
48
49
49
# The encoding of source files.
50
50
#source_encoding = 'utf-8-sig'
71
71
#
72
72
# This is also used if you do content translation via gettext catalogs.
73
73
# Usually you set "language" from the command line for these cases.
74
- language = None
74
+ language = 'en'
75
75
76
76
# There are two options for replacing |today|: either, you set today to some
77
77
# non-false value, then it is used:
You can’t perform that action at this time.
0 commit comments