From 036676e01c53234f50f7704f5a02ae08504919fc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:39:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/sphinx_book_theme/assets/scripts/index.js | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sphinx_book_theme/assets/scripts/index.js b/src/sphinx_book_theme/assets/scripts/index.js index d3238aeea..fdbd026a2 100644 --- a/src/sphinx_book_theme/assets/scripts/index.js +++ b/src/sphinx_book_theme/assets/scripts/index.js @@ -155,7 +155,7 @@ var initTocHide = () => { `.tag_${ii}`, `.${ii.replace("-", "_")}`, `.tag_${ii.replace("-", "_")}`, - ] + ], ); }); document.querySelectorAll(marginSelector.join(", ")).forEach((ii) => { diff --git a/webpack.config.js b/webpack.config.js index 39ea92a3b..86f54f97c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,7 +11,7 @@ exec("python src/sphinx_book_theme/_compile_translations.py"); // Paths for various assets (sources and destinations) const staticPath = resolve( __dirname, - "src/sphinx_book_theme/theme/sphinx_book_theme/static" + "src/sphinx_book_theme/theme/sphinx_book_theme/static", ); module.exports = {