Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!nuzba.szn.dk!pnx.dk!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'mercurial': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sphinx': 0.09; 'python': 0.11; 'up-to-date': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'header:User- Agent:1': 0.23; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; 'url:python': 0.33; 'there': 0.35; 'subject:skip:d 10': 0.36; 'charset:us-ascii': 0.36; 'possible': 0.36; 'url:org': 0.36; 'branch': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'release': 0.40; 'details': 0.65; 'received:204': 0.75; 'article': 0.77; 'guide:': 0.84; 'received:204.14': 0.84; 'source?': 0.84; 'subject:source': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: docs.python.org source Date: Thu, 04 Apr 2013 22:18:37 -0700 References: <515DDFA3.8040106@amachu.me> <20130404173146.ba3d9d4ca3e345f357258106@lavabit.com> <515E409C.9020603@amachu.me> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.14.154.191 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365139131 news.xs4all.nl 6936 [2001:888:2000:d::a6]:46675 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42791 In article <515E409C.9020603@amachu.me>, ??????? wrote: > Will it be possible to get the sphinx source? You can also get the up-to-date source of the documentation set for each Python release branch from the Mercurial source repositories. There is a Doc/Makefile there that will automatically download and build all required tools and then the docs themselves. See the details in the Python Developer's Guide: http://docs.python.org/devguide/documenting.html -- Ned Deily, nad@acm.org