From 316839c23ddf750f6c92a3a22febf6d2c1a19393 Mon Sep 17 00:00:00 2001 From: Devansh Shukla Date: Fri, 5 Apr 2024 16:08:55 +0530 Subject: [PATCH] changelog --- docs/changes/78.feature.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changes/78.feature.rst b/docs/changes/78.feature.rst index a3c1eec..329fe52 100644 --- a/docs/changes/78.feature.rst +++ b/docs/changes/78.feature.rst @@ -1 +1,4 @@ -Added support for configuration file arguments, given in sphinx `conf.py` +Added support for configuration file arguments. These arguments can be defined in `conf.py`. +Arguments can be defined in `conf.py` as long as the argument name is predeced by ``sv_``. +For example: `select_branch` becomes `sv_select_branch`. +Specific info about the arguments is available in documentation under settings topic.