dfafc72
From e88eb19afd67c3696535205bf417fd99562ac0c8 Mon Sep 17 00:00:00 2001
dfafc72
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
dfafc72
Date: Sun, 13 Feb 2022 10:18:10 +0100
dfafc72
Subject: [PATCH] docs: Fix typo in TOML loading
dfafc72
dfafc72
Reported by @QuLogic, thanks!
dfafc72
---
dfafc72
 docs/conf.py | 2 +-
dfafc72
 1 file changed, 1 insertion(+), 1 deletion(-)
dfafc72
dfafc72
diff --git a/docs/conf.py b/docs/conf.py
dfafc72
index 88bcda05..602e2038 100644
dfafc72
--- a/docs/conf.py
dfafc72
+++ b/docs/conf.py
dfafc72
@@ -107,7 +107,7 @@ def pip(*args):
dfafc72
 templates_path = ['_templates']
dfafc72
 
dfafc72
 with open('../pyproject.toml', 'rb') as f:
dfafc72
-    pyproject_toml = toml.load(f)
dfafc72
+    pyproject_toml = tomli.load(f)
dfafc72
 toml_env = pyproject_toml['tool']['cibuildwheel']['environment']
dfafc72
 
dfafc72
 rst_prolog = f"""