Skip to content

Commit 183f6ff

Browse files
committed
undo pin
1 parent 4f9ae64 commit 183f6ff

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
disqus_shortname = "https-ablog-readthedocs-io"
6969
disqus_pages = True
7070
fontawesome_link_cdn = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
71-
html_style = "alabaster.css"
7271
html_theme = "alabaster"
7372
html_sidebars = {
7473
"**": [
75-
"about.html",
74+
"about.html", # Comes from alabaster
75+
"searchfield.html", # Comes from alabaster
7676
"ablog/postcard.html",
7777
"ablog/recentposts.html",
7878
"ablog/tagcloud.html",
@@ -81,7 +81,6 @@
8181
"ablog/authors.html",
8282
"ablog/languages.html",
8383
"ablog/locations.html",
84-
"searchbox.html",
8584
]
8685
}
8786
html_theme_options = {

docs/release/ablog-v0.11-released.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,6 @@ ABlog v0.11.11 released
105105
-----------------------
106106

107107
Mark Ablog parallel safe.
108+
108109
Dropped support for Python 3.9, Sphinx less than 6.2.
110+
This mirrors the requirements for alabaster 1.0.0.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ notebook =
3737
markdown =
3838
myst-parser>=0.17.0
3939
docs =
40-
alabaster<1.0.0
40+
alabaster>=1.0.0
4141
sphinx-automodapi
4242
tests =
4343
pytest

src/ablog/start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ def w(t, ls=80):
128128
# In addition, there are authors.html, languages.html, and locations.html
129129
# sidebars that link to author and location archive pages.
130130
html_sidebars = {{
131-
'**': [ 'ablog/postcard.html', 'navigation.html',
131+
'**': [ 'ablog/postcard.html', 'navigation.html',
132132
'ablog/recentposts.html', 'ablog/tagcloud.html',
133133
'ablog/categories.html', 'ablog/archives.html',
134-
'searchbox.html',
134+
'searchfield.html',
135135
],
136136
}}
137137

0 commit comments

Comments
 (0)