Changes between Initial Version and Version 1 of Ticket #13931
- Timestamp:
- Jul 13, 2010, 1:50:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13931 – Description
initial v1 3 3 I 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: 4 4 5 {{{ 5 6 $ svn co http://code.djangoproject.com/svn/django/trunk/docs/ django-docs 6 7 $ cd django-docs 7 8 $ make html 8 9 }}} 9 10 sphinx-build dies with an AttributeError: 11 {{{ 10 12 File "/home/Manuel/winhome/htdocs/manuals/django-docs/_ext/djangodocs.py", line 103, in parse_version_directive 11 13 env.note_versionchange(node['type'], node['version'], node, lineno) … … 88 90 env.note_versionchange(node['type'], node['version'], node, lineno) 89 91 AttributeError: BuildEnvironment instance has no attribute 'note_versionchange' 92 }}}