From 54ffd3d2c33238bdc26150d47c5b9348c3e8dbff Mon Sep 17 00:00:00 2001 From: Mamatha Garudampalli Date: Sat, 21 Feb 2026 22:27:16 +0530 Subject: [PATCH] Improve documentation comments in conf.py --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 58d6756..4afa0ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,4 +1,6 @@ # Configuration file for the Sphinx documentation builder. +# This file defines how the AboutCode documentation is built. +# It includes project information, extensions, and theme settings. # # This file only contains a selection of the most common options. For a full # list see the documentation: