summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index 7eb361b1a..81579c522 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -163,7 +163,7 @@ class Config:
@classmethod
def read(
- cls, confdir: str, overrides: dict | None = None, tags: Tags | None = None
+ cls, confdir: str, overrides: dict | None = None, tags: Tags | None = None,
) -> Config:
"""Create a Config object from configuration file."""
filename = path.join(confdir, CONFIG_FILENAME)