From f9af61f09643ef8cfc8348d44550feb631605b46 Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Mon, 16 Jun 2025 16:35:24 -0700 Subject: [PATCH] docs - use shortened context for player --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 30816bb1dd..5f5b772abe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -98,7 +98,7 @@ rst_prolog = f""" .. |ppApiRevision| replace:: {ppApiRevision} .. |bdg-ctx-menu| replace:: :bdg-warning:`menu` .. |bdg-ctx-global| replace:: :bdg-danger:`global` -.. |bdg-ctx-player| replace:: :bdg-secondary:`local:player` +.. |bdg-ctx-player| replace:: :bdg-secondary:`player` .. |bdg-ctx-local| replace:: :bdg-info:`local` .. |bdg-ctx-all| replace:: :bdg-danger:`global` :bdg-warning:`menu` :bdg-info:`local` """