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 ."]
161161fmt = [" ruff --fix ." , " black ." , " style" ]
162162all = [" style" , " typing" ]
163163
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" ]
164170
165171[tool .hatch .envs .build ]
166172detached = true
@@ -184,7 +190,7 @@ version_variable = [
184190 " packages/language_server/robotcode/language_server/__version__.py:__version__" ,
185191 " packages/modifiers/robotcode/modifiers/__version__.py:__version__" ,
186192 " packages/plugin/robotcode/plugin/__version__.py:__version__" ,
187- " packages/plugin /robotcode/plugin /__version__.py:__version__" ,
193+ " packages/runner /robotcode/runner /__version__.py:__version__" ,
188194
189195]
190196version_pattern = [' package.json:"version": "{version}"' ]
You can’t perform that action at this time.
0 commit comments