File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
addons/source-python/docs/source-python/source Expand file tree Collapse file tree 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 4444# The suffix(es) of source filenames.
4545# You can specify multiple suffix as a list of string:
4646# source_suffix = ['.rst', '.md']
47- source_suffix = '.rst'
47+ source_suffix = { '.rst' : 'restructuredtext' }
4848
4949# The encoding of source files.
5050#source_encoding = 'utf-8-sig'
7171#
7272# This is also used if you do content translation via gettext catalogs.
7373# Usually you set "language" from the command line for these cases.
74- language = None
74+ language = 'en'
7575
7676# There are two options for replacing |today|: either, you set today to some
7777# non-false value, then it is used:
You can’t perform that action at this time.
0 commit comments