Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2022
1 parent b857715 commit 036676e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sphinx_book_theme/assets/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var initTocHide = () => {
`.tag_${ii}`,
`.${ii.replace("-", "_")}`,
`.tag_${ii.replace("-", "_")}`,
]
],
);
});
document.querySelectorAll(marginSelector.join(", ")).forEach((ii) => {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 036676e

Please sign in to comment.