diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,9 +76,9 @@ author = u'Open Network Automation Platform' # |version| and |release|, also used in various other places throughout the # built documents. # The short X.Y version. -version = 'master branch' +version = 'casablanca' # The full version, including alpha/beta/rc tags. -release = 'master branch' +release = 'latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -447,7 +447,7 @@ needs_extra_options = { needs_id_regex = "^[A-Z0-9]+-[A-Z0-9]+" needs_id_required = True needs_title_optional = True - +needs_file = "docs/data/needs.json" needs_template_collapse = """ .. _{{id}}: |