Opened 11 years ago

Closed 11 years ago

#20124 closed Cleanup/optimization (fixed)

Warnings when building the docs

Reported by: Aymeric Augustin Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Nothing too bad, but we should fix them.

checking consistency... /Users/myk/Documents/dev/django/docs/obsolete/index.txt:: WARNING: document isn't included in any toctree                                                      
/Users/myk/Documents/dev/django/docs/releases/1.6.txt:135: WARNING: py:class reference target not found: django.contrib.messages.views.SuccessMessageMixin
/Users/myk/Documents/dev/django/docs/releases/1.6.txt:135: WARNING: py:class reference target not found: django.view.generic.edit.FormView
/Users/myk/Documents/dev/django/docs/releases/1.6.txt:172: WARNING: py:func reference target not found: django.forms.fields.Field.__init__

Change History (1)

comment:1 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 6073091b77458da34c74c313b1395b4214874db1:

Fixed #20124 - Fixed doc warnings.

Note: See TracTickets for help on using tickets.
Back to Top