Skip to content

Commit

Permalink
add language to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrosengrant committed Sep 12, 2023
1 parent 077d67b commit 8d605f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def setup(app):
# The full version, including alpha/beta/rc tags
release = ''


# -- General configuration ---------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down Expand Up @@ -122,7 +121,7 @@ def setup(app):
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
3 changes: 1 addition & 2 deletions nanome/util/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def message(cls, *args, **kwargs):
def debug(cls, *args, **kwargs):
"""
| Prints a debug message.
Prints only if plugin started in verbose mode (with -v argument)
| Prints only if plugin started in verbose mode (with -v argument)
:param args: Variable length argument list
:type args: Anything printable
Expand Down

0 comments on commit 8d605f6

Please sign in to comment.