File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,6 @@ theme:
6060plugins :
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 :
Original file line number Diff line number Diff 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 = [
5958docs = [
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" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ def mypy_clean(context: Context) -> None:
106106#
107107#####
108108DOCS_BUILDDIR = 'build'
109- MKDOCS_OPTS = '-nvWT' # Be nitpicky, verbose, and treat warnings as errors
110109
111110
112111@invoke .task ()
You can’t perform that action at this time.
0 commit comments