From 3881a8c677477cf96f6a7ec8b84a043ff0d53a54 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 20 Jun 2023 14:47:20 +0300 Subject: [PATCH] Removed PlatformIO IDE for Atom from the documentation as Atom has been deprecated --- HISTORY.rst | 1 + docs | 2 +- platformio/project/config.py | 11 +---------- tox.ini | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c5b2c46e..adf42844 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -23,6 +23,7 @@ PlatformIO Core 6 * Optimized project integration templates to address the issue of long paths on Windows (`issue #4652 `_) * Refactored |UNITTESTING| engine to resolve compiler warnings with "-Wpedantic" option (`pull #4671 `_) * Eliminated erroneous warning regarding the use of obsolete PlatformIO Core when downgrading to the stable version (`issue #4664 `_) +* Removed PlatformIO IDE for Atom from the documentation as `Atom has been deprecated `__ 6.1.7 (2023-05-08) ~~~~~~~~~~~~~~~~~~ diff --git a/docs b/docs index 4fab8cfb..7b024165 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 4fab8cfb5926210b865eb0afb1ce01460d35f515 +Subproject commit 7b02416590fed8484ee9c6fbefcc2f9901ddb325 diff --git a/platformio/project/config.py b/platformio/project/config.py index 4658acfa..414dada3 100644 --- a/platformio/project/config.py +++ b/platformio/project/config.py @@ -424,15 +424,6 @@ class ProjectConfigBase: return True -class ProjectConfigDirsMixin: - def get_optional_dir(self, name): - """ - Deprecated, used by platformio-node-helpers.project.observer.fetchLibDirs - PlatformIO IDE for Atom depends on platformio-node-helpers@~7.2.0 - """ - return self.get("platformio", f"{name}_dir") - - class ProjectConfigLintMixin: @classmethod def lint(cls, path=None): @@ -467,7 +458,7 @@ class ProjectConfigLintMixin: return {"errors": errors, "warnings": warnings} -class ProjectConfig(ProjectConfigBase, ProjectConfigDirsMixin, ProjectConfigLintMixin): +class ProjectConfig(ProjectConfigBase, ProjectConfigLintMixin): _instances = {} @staticmethod diff --git a/tox.ini b/tox.ini index fe24f9c6..f8a15f3b 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ commands = [testenv:docs] deps = sphinx - sphinx-rtd-theme==1.2.0 + sphinx-rtd-theme==1.2.2 sphinx-notfound-page sphinx-copybutton restructuredtext-lint