File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,12 @@ style = ["ruff .", "black --check --diff ."]
161
161
fmt = [" ruff --fix ." , " black ." , " style" ]
162
162
all = [" style" , " typing" ]
163
163
164
+ [tool .hatch .envs .pages ]
165
+ detached = true
166
+ dependencies = [" mkdocs>=1.4.2" , " mkdocs-material" ]
167
+
168
+ [tool .hatch .envs .pages .scripts ]
169
+ build = [" mkdocs build" ]
164
170
165
171
[tool .hatch .envs .build ]
166
172
detached = true
@@ -184,7 +190,7 @@ version_variable = [
184
190
" packages/language_server/robotcode/language_server/__version__.py:__version__" ,
185
191
" packages/modifiers/robotcode/modifiers/__version__.py:__version__" ,
186
192
" packages/plugin/robotcode/plugin/__version__.py:__version__" ,
187
- " packages/plugin /robotcode/plugin /__version__.py:__version__" ,
193
+ " packages/runner /robotcode/runner /__version__.py:__version__" ,
188
194
189
195
]
190
196
version_pattern = [' package.json:"version": "{version}"' ]
You can’t perform that action at this time.
0 commit comments