From 2f8a057068e3f10ae50d11a3fa86c988716c0fb1 Mon Sep 17 00:00:00 2001 From: Sam Jirovec Date: Wed, 15 May 2024 15:46:06 -0500 Subject: [PATCH] removing duplicate tocs from deprecations and reference pages --- doc/en/deprecations.rst | 4 ---- doc/en/reference/reference.rst | 3 --- 2 files changed, 7 deletions(-) diff --git a/doc/en/deprecations.rst b/doc/en/deprecations.rst index a65ea3316..bf6268a49 100644 --- a/doc/en/deprecations.rst +++ b/doc/en/deprecations.rst @@ -7,10 +7,6 @@ This page lists all pytest features that are currently deprecated or have been r The objective is to give users a clear rationale why a certain feature has been removed, and what alternatives should be used instead. -.. contents:: - :depth: 3 - :local: - Deprecated Features ------------------- diff --git a/doc/en/reference/reference.rst b/doc/en/reference/reference.rst index 4036b7d99..3675c7cb2 100644 --- a/doc/en/reference/reference.rst +++ b/doc/en/reference/reference.rst @@ -7,9 +7,6 @@ API Reference This page contains the full reference to pytest's API. -.. contents:: - :depth: 3 - :local: Constants ---------