We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c9b6d commit 0a05376Copy full SHA for 0a05376
_static/pyos.css
@@ -80,8 +80,8 @@ figcaption {
80
}
81
82
/* Navbar */
83
-/*
84
-Don't fill all vertical space beneath TOC, which causes
+/*
+Don't fill all vertical space beneath TOC, which causes
85
readthedocs version selector to fall off the page and the
86
ugly scrollbar to show all the time
87
*/
noxfile.py
@@ -38,7 +38,7 @@ def docs_live(session):
38
cmd = ["sphinx-autobuild"]
39
for folder in AUTOBUILD_IGNORE:
40
cmd.extend(["--ignore", f"*/{folder}/*"])
41
-
+
42
cmd.extend(build_command)
43
44
# use positional arguments if we have them
0 commit comments