Skip to content

Commit 59bec65

Browse files
committed
DOC: comment out language in conf.py
Setting it to None was causing sphinx warnings.
1 parent 711e72b commit 59bec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#
9696
# This is also used if you do content translation via gettext catalogs.
9797
# Usually you set "language" from the command line for these cases.
98-
language = None
98+
# language = None
9999

100100
# List of patterns, relative to source directory, that match files and
101101
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)