Skip to content

Commit c1836ae

Browse files
committed
Fix some Sphinx warnings
1 parent 5f50c5b commit c1836ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Custom static files (such as style sheets or script files) will be placed here.

addons/source-python/docs/source-python/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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'
@@ -71,7 +71,7 @@
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:

0 commit comments

Comments
 (0)