Skip to content

Commit

Permalink
build: require mkdocs_mknodes
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 12, 2023
1 parent d47f896 commit db0c283
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,24 +141,15 @@ dependencies = [
test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg --cov=tests'





[tool.hatch.envs.default.scripts]
test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg --cov=tests'





[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean"
serve = "mkdocs serve --dirtyreload"





[tool.hatch.build]
sources = ["prettyqt"]
include = [
Expand Down Expand Up @@ -230,12 +221,6 @@ iconbrowser = "prettyqt.custom_widgets.iconbrowser:run"
[tool.poetry.plugins."pyinstaller40"]
hook-dirs = "prettyqt.__pyinstaller:get_hook_dirs"

[tool.poetry.plugins."mkdocs.plugins"]
mknodes = "mknodes.plugin:MkNodesPlugin"

# [tool.poetry.plugins."pytest11"]
# pytest-qt = "prettyqt.prettyqtest.plugin"

[tool.poetry.dependencies]
python = "^3.11"
bidict = "^0"
Expand Down Expand Up @@ -284,7 +269,7 @@ pytest-xvfb = {version = "^2", markers = "sys_platform == 'linux'"}
coverage = "^7"

mkdocs = "^1"
mknodes = "*"
mkdocs_mknodes = "*"
mkdocs-material = {version = "^9", allow-prereleases=true}
mkdocstrings = {version = "^0", extras = ["python"]}
mkdocs-glightbox = "*"
Expand Down

0 comments on commit db0c283

Please sign in to comment.