Tom Hiller has uploaded this change for review.

View Change

Documentation: Disabled auto_doc_ref

Recommonmark enable_auto_doc_ref is deprecated.

Change-Id: Ia4b2a9055a902ad555f12420a08fbfab1dc2e7d0
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
---
M Documentation/conf.py
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/27722/1
diff --git a/Documentation/conf.py b/Documentation/conf.py
index ff1ad9d..3de69c8 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -183,7 +183,7 @@
from recommonmark.transform import AutoStructify
app.add_config_value('recommonmark_config', {
'enable_auto_toc_tree': True,
- 'enable_auto_doc_ref': True,
+ 'enable_auto_doc_ref': False,
'enable_eval_rst': True,
'url_resolver': lambda url: '/' + url
}, True)

To view, visit change 27722. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4b2a9055a902ad555f12420a08fbfab1dc2e7d0
Gerrit-Change-Number: 27722
Gerrit-PatchSet: 1
Gerrit-Owner: Tom Hiller <thrilleratplay@gmail.com>