diff --git a/setup.py b/setup.py index a2e21070..6f60de52 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "ipython~=8.14.0", ], extras_require={ - "docs": ["mkdocs-windmill", "mkdocstrings[python]", "mkdocs-jupyter"] + "docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"] }, test_suite="tests", tests_require=["flake8", "pytest"],