File tree Expand file tree Collapse file tree 5 files changed +458
-43
lines changed
docs/theme_overrides/partials Expand file tree Collapse file tree 5 files changed +458
-43
lines changed Original file line number Diff line number Diff line change 79
79
CONTROLLER_GEN =$(shell which controller-gen)
80
80
endif
81
81
82
+ # preview docs
83
+ docs-preview : docs-dependencies
84
+ pipenv run mkdocs serve
85
+
82
86
# publish the versioned docs using mkdocs mike util
83
- docs-publish :
84
- mike deploy v2.0 latest -p
87
+ docs-publish : docs-dependencies
88
+ pipenv run mike deploy v2.2 latest -p --update-aliases
89
+
90
+ # install dependencies needed to preview and publish docs
91
+ docs-dependencies :
92
+ pipenv install --dev
85
93
86
94
lint :
87
95
echo " TODO"
Original file line number Diff line number Diff line change
1
+ [[source ]]
2
+ url = " https://pypi.org/simple"
3
+ verify_ssl = true
4
+ name = " pypi"
5
+
6
+ [packages ]
7
+
8
+ [dev-packages ]
9
+ mkdocs = " ==1.1.2"
10
+ mkdocs-material = " ==7.1.5"
11
+ mike = " ==1.0.0"
12
+
13
+ [requires ]
14
+ python_version = " 3.9"
You can’t perform that action at this time.
0 commit comments