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.