diff options
author | uj426b <uj426b@att.com> | 2020-05-12 13:35:56 -0400 |
---|---|---|
committer | uj426b <uj426b@att.com> | 2020-05-12 13:37:36 -0400 |
commit | 351b98f1e22e7763b6ef1cf04a58a2fd438cc020 (patch) | |
tree | b3dac0c8229e84071fe4cbf899f19deff7ecdf40 | |
parent | 1cecad6605bd0750336298a60b4fc05551351371 (diff) |
Fix warnings for Policy/engine in rst files.
Change-Id: Ic79f12b63feff8f55ec15127e88e2bfbd1cf42f6
Issue-ID: POLICY-2511
Signed-off-by: uj426b <uj426b@att.com>
-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', |