File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4848 - name : mypy
4949 run : mypy ninja_extra
5050 - name : Build and Deploy Document
51- run : mkdocs gh -deploy --force
51+ run : make doc -deploy
Original file line number Diff line number Diff line change 5454- Dependency Injection : service_module_injector.md
5555
5656markdown_extensions :
57- - mkautodoc
58- - admonition
59- - pymdownx.highlight
60- - pymdownx.superfences
57+ - codehilite
58+ - admonition
59+ - pymdownx.superfences
Original file line number Diff line number Diff line change @@ -68,7 +68,9 @@ test = [
6868 " django-stubs" ,
6969]
7070doc = [
71- " mkdocs" ,
72- " mkdocs-material" ,
73- " mkautodoc"
71+ " mkdocs >=1.1.2,<2.0.0" ,
72+ " mkdocs-material >=7.1.9,<8.0.0" ,
73+ " mdx-include >=1.4.1,<2.0.0" ,
74+ " mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0" ,
75+ " markdown-include"
7476]
You can’t perform that action at this time.
0 commit comments