diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-14 18:01:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-14 18:01:38 +0000 |
commit | b77c9bec1777072f1e26071dd4f37ce65964f8be (patch) | |
tree | a3281bfd98a8f72c4965aec8d85e77eed3b80e6c | |
parent | 4166130f56832fc5063838d142072e3b4c6db349 (diff) | |
parent | 351b98f1e22e7763b6ef1cf04a58a2fd438cc020 (diff) |
Merge "Fix warnings for Policy/engine in rst files."
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b8..78ab3480 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,7 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +extensions = ['sphinx.ext.autosectionlabel'] linkcheck_ignore = [ 'http://localhost', |