From 75191c14849a7ec82d50deafc2287ba252b91f0d Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Mon, 24 Feb 2020 13:29:22 -0600 Subject: [PATCH] fixes link, makes intrapage TOC local (#67664) --- docs/docsite/rst/dev_guide/testing_running_locally.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/dev_guide/testing_running_locally.rst b/docs/docsite/rst/dev_guide/testing_running_locally.rst index 703040b5fad..b88a92ee59a 100644 --- a/docs/docsite/rst/dev_guide/testing_running_locally.rst +++ b/docs/docsite/rst/dev_guide/testing_running_locally.rst @@ -6,13 +6,14 @@ Testing Ansible *************** -.. contents:: Topics - This document describes how to: * Run tests locally using ``ansible-test`` * Extend +.. contents:: + :local: + Requirements ============ @@ -35,7 +36,7 @@ An API key is required to use this feature. Recommended for integration tests. -See the `list of supported platforms and versions `_ for additional details. +See the `list of supported platforms and versions `_ for additional details. Environment Variables ---------------------