Skip to content

Commit

Permalink
Fixed esbonio settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 22, 2024
1 parent b0dfa88 commit 226417a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ venv*
# Tox
.tox/
.env
.python-version
.coverage
junit/test-results.xml
coverage.xml
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"python.testing.pytestEnabled": true,
"editor.rulers": [
75
]
],
"esbonio.sphinx.buildCommand": ["sphinx-build", "-M", "dirhtml", "docs/source", "docs/build"],
"esbonio.sphinx.pythonCommand": ["/Users/lextm/Library/Caches/pypoetry/virtualenvs/pysnmp-Aul61iac-py3.9/bin/python"],
"esbonio.server.pythonPath": "/Users/lextm/Library/Caches/pypoetry/virtualenvs/pysnmp-Aul61iac-py3.9/bin/python",
//"esbonio.logging.level": "debug"
}
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,3 @@ replace = "| {new_version}"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.esbonio.sphinx]
buildCommand = ["sphinx-build", "-M", "html", "./docs/source", "./docs/build"]

0 comments on commit 226417a

Please sign in to comment.