From 1f9b0153e1a5c3693ad957e62e6a9eedb39fd3a7 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:04:00 +1200 Subject: [PATCH] Fix conf.py formatting --- 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 6037c81a0b7..7c8ae21cb7b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,7 +45,7 @@ if os.getenv("READTHEDOCS"): # Use rtds_action if we are building on read the docs and have a github token env var - if os.getenv["GITHUB_TOKEN"]: + if os.getenv("GITHUB_TOKEN"): extensions += ['rtds_action'] # The name of your GitHub repository