#10539: Sphinx error: Could not import extension djangodocs, when running sphinx
v0.6b1
------------------------------------+---------------------------------------
          Reporter:  waa            |         Owner:  ramiro    
            Status:  new            |     Milestone:            
         Component:  Documentation  |       Version:  SVN       
        Resolution:                 |      Keywords:  sphinx 0.6
             Stage:  Accepted       |     Has_patch:  1         
        Needs_docs:  0              |   Needs_tests:  0         
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Comment (by ramiro):

 Replying to [comment:6 waa]:
 >
 > ... or you can point me some technique to do that without edit the patch
 manually.

 Sure, just apply it with `patch -p1`, it's in Git diff format, generated
 from Mercurial:
 {{{
 $ ls
 AUTHORS  django  docs  examples  extras  INSTALL  LICENSE  MANIFEST.in
 README  scripts  setup.cfg  setup.py  tests
 $ cat /path/to/10539-sphinx06-compatibility.diff | patch -p1
 patching file docs/_ext/djangodocs.py
 patching file docs/_templates/layout.html
 }}}

 >
 > From
 http://docs.djangoproject.com/en/dev/internals/contributing/?from=olddocs:
 >
 > Submit patches in the format returned by the svn diff command. An
 exception is for code changes that are described more clearly in plain
 English than in code. Indentation is the most common example; it’s hard to
 read patches when the only difference in code is that it’s indented.

 You forgot to cite the paragraph inmediately next:

 ''Patches in git diff format are also acceptable.''

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10539#comment:8>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to