Changes between Initial Version and Version 1 of Ticket #13931


Ignore:
Timestamp:
Jul 13, 2010, 1:50:56 PM (14 years ago)
Author:
Ramiro Morales
Comment:

Re-formatted, please use WikiFormatting and the Preview button before postinmg a ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13931 – Description

    initial v1  
    33I tried to build the docs (fresh SVN checkout as well as 1.1 and 1.2 docs) without success under Cygwin/WinVista and Python 2.6:
    44
     5{{{
    56$ svn co http://code.djangoproject.com/svn/django/trunk/docs/ django-docs
    67$ cd django-docs
    78$ make html
    8 
     9}}}
    910sphinx-build dies with an AttributeError:
     11{{{
    1012  File "/home/Manuel/winhome/htdocs/manuals/django-docs/_ext/djangodocs.py", line 103, in parse_version_directive
    1113    env.note_versionchange(node['type'], node['version'], node, lineno)
     
    8890    env.note_versionchange(node['type'], node['version'], node, lineno)
    8991AttributeError: BuildEnvironment instance has no attribute 'note_versionchange'
     92}}}
Back to Top