diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 80e9566a28..9acba1d287 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -12,7 +12,6 @@ For existing tasks, the labels `good first issue `_ always need to go in the ``dev`` (development) branch.
-The ``master`` branch contains the last stable release and receives updates only when a new version is drafted.
Maintainers organize prioritites and progress in the `projects tab `_.
diff --git a/docs/source/dev/repostructure.rst b/docs/source/dev/repostructure.rst
index 4f5a92ff63..aaaff75932 100644
--- a/docs/source/dev/repostructure.rst
+++ b/docs/source/dev/repostructure.rst
@@ -6,7 +6,6 @@ Repository Structure
Branches
--------
-* ``master``: the latest stable release, always tagged with a version
* ``dev``: the development branch where all features start from and are merged to
* ``release-X.Y.Z``: release candidate for version ``X.Y.Z`` with an upcoming release, receives updates for bug fixes and documentation such as change logs but usually no new features