Skip to content

Commit ede3e21

Browse files
committed
Style the versionadded Sphinx directive
1 parent c617cd6 commit ede3e21

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

doc/_static/fos.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.versionmodified {
2+
font-weight: bold;
3+
}

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
def setup(app):
133133
app.add_javascript('tabs.js')
134134
app.add_stylesheet('tabs.css')
135+
app.add_stylesheet('fos.css')
135136

136137
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
137138
# using the given strftime format.

doc/invalidation-handlers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Tag Handler
1010
-----------
1111

1212
.. versionadded:: 1.3
13-
1413
The tag handler was added in FOSHttpCache 1.3. If you are using an older
1514
version of the library and can not update, you need to use
1615
``CacheInvalidator::invalidateTags``.

0 commit comments

Comments
 (0)