Skip to content

Commit

Permalink
LaTeX: remove a duplicate info-level log message during build (#12670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored Jul 24, 2024
1 parent 49bf65f commit 6d97be4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx/builders/latex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from sphinx.errors import NoUri, SphinxError
from sphinx.locale import _, __
from sphinx.util import logging, texescape
from sphinx.util.console import bold, darkgreen
from sphinx.util.console import darkgreen
from sphinx.util.display import progress_message, status_iterator
from sphinx.util.docutils import SphinxFileOutput, new_document
from sphinx.util.fileutil import copy_asset_file
Expand Down Expand Up @@ -407,7 +407,6 @@ def copy_support_files(self) -> None:
'xindy_lang_option': xindy_lang_option,
'xindy_cyrillic': xindy_cyrillic,
}
logger.info(bold(__('copying TeX support files...')))
staticdirname = path.join(package_dir, 'texinputs')
for filename in os.listdir(staticdirname):
if not filename.startswith('.'):
Expand Down

0 comments on commit 6d97be4

Please sign in to comment.