Skip to content

Commit 85fc426

Browse files
pawamoysquidfunk
andauthored
fix: display function instead of func for relevant Python symbols (#67)
Signed-off-by: Timothée Mazzucotelli <dev@pawamoy.fr> Signed-off-by: Martin Donath <martin.donath@squidfunk.com> Co-authored-by: Martin Donath <martin.donath@squidfunk.com>
1 parent 9774a36 commit 85fc426

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

dist/assets/stylesheets/modern/main.76bc8d2c.min.css

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

dist/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{% endblock %}
4848
{% block styles %}
4949
{% if config.theme.variant == "modern" %}
50-
{% set href = 'assets/stylesheets/modern/main.25059db2.min.css' | url %}
50+
{% set href = 'assets/stylesheets/modern/main.76bc8d2c.min.css' | url %}
5151
{% else %}
5252
{% set href = 'assets/stylesheets/classic/main.d9d44b50.min.css' | url %}
5353
{% endif %}

src/assets/stylesheets/modern/main/extensions/mkdocstrings/_python.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ a code.doc-symbol-function {
214214
}
215215

216216
.md-content code.doc-symbol-function::after {
217-
content: "func";
217+
content: "function";
218218
}
219219

220220
.md-sidebar code.doc-symbol-function::after {

0 commit comments

Comments
 (0)