Skip to content

Commit

Permalink
documentation i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
janickr committed Feb 25, 2024
1 parent 65c4e25 commit c33dfb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/config/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ plugins:
handlers:
python:
paths: [../../../src]
setup_commands:
- import sys
- sys.path.append("src")
- from unittest.mock import MagicMock as mock
- sys.modules["bleak"] = mock()
options:
docstring_style: "google"
members_order: "source"
Expand Down
5 changes: 0 additions & 5 deletions docs/config/nl/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ plugins:
handlers:
python:
paths: [../../../src]
setup_commands:
- import sys
- sys.path.append("src")
- from unittest.mock import MagicMock as mock
- sys.modules["bleak"] = mock()
options:
docstring_style: "google"
members_order: "source"
Expand Down

0 comments on commit c33dfb7

Please sign in to comment.