Skip to content

Commit

Permalink
chore: Use LSP to write document
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 23, 2024
1 parent 625a186 commit 74d9257
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ build-backend = "hatchling.build"
managed = true
dev-dependencies = [
"pytest ==7.*",
"esbonio~=0.16.4",
]

[tool.rye.scripts]
Expand Down
19 changes: 19 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,23 @@
-e file:.
alabaster==0.7.13
# via sphinx
attrs==23.2.0
# via cattrs
# via lsprotocol
babel==2.14.0
# via sphinx
cattrs==23.2.3
# via lsprotocol
# via pygls
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via sphinx
esbonio==0.16.4
exceptiongroup==1.2.0
# via cattrs
# via pytest
idna==3.6
# via requests
Expand All @@ -30,15 +38,23 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.3
# via sphinx
lsprotocol==2023.0.1
# via pygls
markupsafe==2.1.5
# via jinja2
packaging==24.0
# via pytest
# via sphinx
platformdirs==4.2.0
# via esbonio
pluggy==1.4.0
# via pytest
pygls==1.3.0
# via esbonio
pygments==2.17.2
# via sphinx
pyspellchecker==0.8.1
# via esbonio
pytest==7.4.4
pytz==2024.1
# via babel
Expand All @@ -48,6 +64,7 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
# via atsphinx-mini18n
# via esbonio
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -62,6 +79,8 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1
# via pytest
typing-extensions==4.10.0
# via cattrs
urllib3==2.2.1
# via requests
zipp==3.18.1
Expand Down

0 comments on commit 74d9257

Please sign in to comment.