Opened 16 years ago

Closed 16 years ago

#7473 closed (fixed)

documentation of modelform doesn't compile

Reported by: Visik7 <alfred.einstein@…> Owned by: Brian Rosner
Component: Documentation Version: newforms-admin
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

try to compile the doc of newforms admin

make web
mkdir -p _build/web _build/doctrees
sphinx-build -b web -d _build/doctrees   . _build/web
Sphinx v0.3, building web
trying to load pickled env... not found
building [pickle]: targets for 64 source files that are out of date
updating environment: 64 added, 0 changed, 0 removed
reading... add_ons admin admin_css apache_auth api_stability authentication cache contenttypes contributing csrf custom_model_fields databases databrowse db-api design_philosophies distributions django-admin documentation email faq fastcgi flatpages form_for_model form_preview form_wizard forms generic_views i18n index install legacy_databases localflavor middleware model-api modelforms reST markup error:
/home/visi/Devel/django/django-nfa-svn2bzr/docs/modelforms.txt:402: (SEVERE/4) Title level inconsistent:

Changing the queryset
~~~~~~~~~~~~~~~~~~~~~
make: *** [web] Error 1

Change History (2)

comment:1 by Brian Rosner, 16 years ago

Owner: changed from nobody to Brian Rosner
Status: newassigned

Ah, hmm, I must have overlooked this. Will look at fixing. Thanks.

comment:2 by Brian Rosner, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7670]) newforms-admin: Fixed #7473 -- Fixed a title level inconsistency in docs/modelforms.txt. Thanks Visik7.

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