> My problem is I've found 3 different sets of instructions: > > 1)http://turbogears.org/2.0/docs/main/DownloadInstall.html#installing-t... > 2)http://turbogears.org/2.0/docs/main/Contributing.html > 3) The INSTALL.txt and README.txt files in trunk/ > > My feeling is that #1 is the most current/correct approach. Is this > true?
Yea, that's the newest, though I think that the development version install instructions should be moved to Contributing as the new canonical location, and it along with INSTALL and README shoudl point to the Contributing doc. > I followed #1 and discovered in docs/README.txt that I needed to > install Sphinx. After I did that, my attempt to `make html` failed > looking for pysvn. Yea, pysvn is require for the wiki20 doc, which pulls source code out of a project repository in svn. It's not technically a requirement for the development of TurboGears, but it is a requirement for building the docs. > I found that extension and got it installed, and > now the docs build fails on a memcache exception from Beaker (sorry, > the traceback is on my OS/X machine at home - I'll add it to the > thread later if anyone thinks it's important). So, I'm wondering if > I'm on the right track at all? I think they may have fixed that traceback in Beaker now, but you can avoid it by removing the autodoc of Beaker from your doc build, or by patching Beaker to avoid that import (which is what I've done locally). I think that sphinx trunk may have fixed this problem, but I have not tested it yet. > If I can get this sorted out, I'll happily submit patches to > whichever of the docs above need to be changed to bring things into > sync with reality. Or in the spirit of DRY, make them all point to a > canonical spot in the docs. Thanks. If there's anything more I can do to help, let me know. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
