Skip to content

Commit 781f613

Browse files
committed
Remove MkDocs macros dependency since it was unused
1 parent 652b3f9 commit 781f613

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

mkdocs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ theme:
6060
plugins:
6161
- search
6262
- git-revision-date-localized
63-
- macros:
64-
render_by_default: false
65-
on_error_fail: true
66-
on_undefined: strict
67-
j2_block_start_string: "[[%"
68-
j2_block_end_string: "%]]"
6963
- mkdocstrings:
7064
handlers:
7165
python:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dev = [
4545
"invoke>=2.2.1",
4646
"ipython>=8.23",
4747
"mkdocs-git-revision-date-localized-plugin>=1.5",
48-
"mkdocs-macros-plugin>=1.2",
4948
"mkdocs-material>=9.7.1",
5049
"mkdocstrings[python]>=1",
5150
"mypy>=1.13",
@@ -59,7 +58,6 @@ dev = [
5958
docs = [
6059
"black>=25",
6160
"mkdocs-git-revision-date-localized-plugin>=1.5",
62-
"mkdocs-macros-plugin>=1.2",
6361
"mkdocs-material>=9.7.1",
6462
"mkdocstrings[python]>=1",
6563
"setuptools>=80.7.1",

tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def mypy_clean(context: Context) -> None:
106106
#
107107
#####
108108
DOCS_BUILDDIR = 'build'
109-
MKDOCS_OPTS = '-nvWT' # Be nitpicky, verbose, and treat warnings as errors
110109

111110

112111
@invoke.task()

0 commit comments

Comments
 (0)