diff --git a/doc/conf.py b/doc/conf.py index e9f73a55..b5dcd290 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.viewcode", "sphinx.ext.napoleon", "enum_tools.autoenum"] +extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.viewcode", "sphinx.ext.napoleon"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] diff --git a/pyproject.toml b/pyproject.toml index 8fc55f42..2b882fa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-snap7" -version = "2.0.1" +version = "2.0.2" description = "Python wrapper for the snap7 library" readme = "README.rst" authors = [ @@ -35,7 +35,7 @@ Documentation = "https://python-snap7.readthedocs.io/en/latest/" [project.optional-dependencies] test = ["pytest", "mypy", "types-setuptools", "ruff", "tox", "types-click", "uv"] cli = ["rich", "click" ] -doc = ["sphinx", "sphinx_rtd_theme", "enum-tools[sphinx]"] +doc = ["sphinx", "sphinx_rtd_theme"] [tool.setuptools.package-data] snap7 = ["py.typed", "lib/libsnap7.so", "lib/snap7.dll", "lib/libsnap7.dylib"]