Skip to content

Commit 9ab2394

Browse files
committed
doc: drop style year cache hint
The year for style updates was appended to the style sheet to prevent any caching issues for clients browsing documentation. However, newer versions of Sphinx will generate a hash value for us. Dropping the year value and let Sphinx manage this responsibility. Signed-off-by: James Knight <[email protected]>
1 parent 09fb90c commit 9ab2394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_themes/sphinx13b/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[theme]
22
inherit = basic
3-
stylesheet = sphinx13b.css?20220220
3+
stylesheet = sphinx13b.css
44
pygments_style = trac

0 commit comments

Comments
 (0)