diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3c4453e7..0339628f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1 +1,5 @@ from docs_conf.conf import * + +#branch configuration + +branch = 'latest' |