1
對Django項目創建一個PR獅身人面像發出這些警告之後運行時:獅身人面像「參照目標未找到」警告
make html
本地:
/path-to-project-dir/django/docs/releases/1.10.txt:304: WARNING: py:meth reference target not found: django.test.testcases.SimpleTestCase.assertFormValid
/path-to-project-dir/django/docs/releases/1.10.txt:304: WARNING: py:meth reference target not found: django.test.testcases.SimpleTestCase.assertFormNotValid
基本上獅身人面像報告它缺少引用。
建立文檔時也發生錯誤(實際上是一個警告):http://djangoci.com/job/docs/7444/console。
回答question reporting a similar issue建議編輯docs/conf.py
;但是在這種情況下,這不是一個選項,因爲編輯docs/conf.py
會影響整個Django項目。
對此問題的任何解決方案不涉及更改docs/conf.py
?