Skip to content

Commit 0a05376

Browse files
pre-commit-ci[bot]lwasser
authored andcommitted
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 80c9b6d commit 0a05376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_static/pyos.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ figcaption {
8080
}
8181

8282
/* Navbar */
83-
/*
84-
Don't fill all vertical space beneath TOC, which causes
83+
/*
84+
Don't fill all vertical space beneath TOC, which causes
8585
readthedocs version selector to fall off the page and the
8686
ugly scrollbar to show all the time
8787
*/

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def docs_live(session):
3838
cmd = ["sphinx-autobuild"]
3939
for folder in AUTOBUILD_IGNORE:
4040
cmd.extend(["--ignore", f"*/{folder}/*"])
41-
41+
4242
cmd.extend(build_command)
4343

4444
# use positional arguments if we have them

0 commit comments

Comments
 (0)