Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 25, 2024
1 parent 66f00bc commit b2e9396
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: teyit

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
rev: v0.6.2
hooks:
- id: ruff
language: system
Expand All @@ -61,7 +61,7 @@ repos:
files: \.(rst|md)$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
language: system
Expand Down
8 changes: 4 additions & 4 deletions docs/formatting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ By default these values are equal to
format-link-classic: '%D %n'
format-link-title: '%D %n (%T)'
format-caption-classic: '%D %n'
format-caption-title': '%D %n (%T)'
format-entry-title': '%T'
format-caption-title: '%D %n (%T)'
format-entry-title: '%T'
format-entry-classic': '%D %g'
latex:
format-text-classic: '**%D %n**'
Expand All @@ -62,7 +62,7 @@ By default these values are equal to
format-link-title: '%D %n (%T)'
format-caption-classic: '%D %n'
format-caption-title: '%D %n (%T)'
format-entry-title': '%T'
format-entry-classic': '%D'
format-entry-title: '%T'
format-entry-classic: '%D'
---
Loading

0 comments on commit b2e9396

Please sign in to comment.