Skip to content

Commit a91d71c

Browse files
authored
div#searchbox -> #searchbox (#78)
1 parent e22f783 commit a91d71c

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ["3.9", "3.10", "3.11", "3.12"]
15-
sphinx-version: ["7.2.2", "6.2.1", "5.3.0"]
15+
sphinx-version: ["7.3.7", "6.2.1", "5.3.0"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

piccolo_theme/static/basic_mod.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

piccolo_theme/static/basic_mod.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==6.2.1
21
sphinx-autobuild==2021.3.14
2+
Sphinx==7.3.7
33
breathe==4.35.0

src/sass/basic_mod.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ body {
147147
/*****************************************************************************/
148148
/* Top nav */
149149

150-
div#searchbox {
150+
// Prior to Sphinx 7.3.7, it was div#searchbox, and is now search#searchbox
151+
// https://github.com/piccolo-orm/piccolo_theme/issues/77
152+
#searchbox {
151153
h3#searchlabel {
152154
display: none;
153155
}

0 commit comments

Comments
 (0)