We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a4969 commit 49b5f0eCopy full SHA for 49b5f0e
docs/changes/78.feature.rst
@@ -1 +1,4 @@
1
-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`.
2
+Arguments can be defined in `conf.py` as long as the argument name is predeced by ``sv_``.
3
+For example: `select_branch` in argument becomes `sv_select_branch`.
4
+Specific info about the arguments is available in documentation under settings topic.
0 commit comments