Path: csiph.com!usenet.pasdenom.info!news.etla.org!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-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'languages.': 0.04; 'url:bitbucket': 0.05; 'assign': 0.07; 'subject:released': 0.07; '===========': 0.09; 'parameter': 0.09; 'quiet': 0.09; 'sphinx': 0.09; 'python': 0.11; '<>.': 0.14; '*any*': 0.16; '0.9.': 0.16; 'docstring': 0.16; 'numpy': 0.16; 'subject:beta': 0.16; 'url:issues': 0.16; 'url:sphinx': 0.16; 'wizard': 0.16; 'index': 0.16; 'all,': 0.19; 'skip': 0.24; 'url:dev': 0.24; 'versions': 0.24; '(or': 0.24; 'source': 0.25; 'options': 0.25; 'extension': 0.26; 'tables': 0.26; 'testing': 0.29; 'feature': 0.29; 'mode': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; "skip:' 10": 0.31; 'consisting': 0.31; 'option': 0.32; 'url:python': 0.33; 'announce': 0.33; 'bugs': 0.33; 'style': 0.33; 'role': 0.34; 'tool': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'add': 0.35; 'url:org': 0.36; 'files': 0.38; 'to:addr:python.org': 0.39; 'release': 0.40; 'easy': 0.60; 'url:about': 0.61; 'full': 0.61; 'new': 0.61; 'numbers': 0.61; 'first': 0.61; 'to:2**2': 0.65; 'website:': 0.67; 'beautiful': 0.68; 'improvements': 0.68; 'url:me': 0.69; 'to:no real name:2**2': 0.72; 'intelligent': 0.74; '3.4': 0.84; 'theme:': 0.84; 'to:addr:python-announce': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=UbW3gMJhV5PjabUoOqEDqb8i1u0RnTy+ztvVVrxm5Vc=; b=1EhgSmf/IM/1LuhRRrqcfe9AIdRIkaVFjMIpubAbrlHFxqV5r8t1lIK0hWzLNbkYm/ Pw2l3u6tFhZdgZhl4aTlNmduSipMNH5FSJJSYSPEwIXngiUjUpCacAtt9+kBwvDgVhGP ZJkABu8CUZTpivXAemsC2E1ayCeb+y5Hg5+na3BJoXYuQArREyU3oTX/TJ79JQ9pq6so yDiAkvEQt89XJhYKQzRjNIcgzcxlqYfe3h/mkRdV7HxPDM/rg7KjQppoqDEInmcoZMeM ZiflQfWZbcm3O2XF94ctiwXI2AeyHJRsr3lacSzmIShgn/IHOBZok9y+Z/6TmUowISJx FWlw== X-Received: by 10.42.238.16 with SMTP id kq16mr11621558icb.56.1412893344161; Thu, 09 Oct 2014 15:22:24 -0700 (PDT) MIME-Version: 1.0 From: Takayuki Shimizukawa Date: Fri, 10 Oct 2014 07:22:04 +0900 Subject: Sphinx 1.3 beta 1 released To: python-announce@python.org, sphinx-dev@googlegroups.com, sphinx-users@googlegroups.com Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Fri, 10 Oct 2014 06:54:35 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 43 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1412916876 news.xs4all.nl 2912 [2001:888:2000:d::a6]:53916 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1433 Hi all, I'm very happy to announce the release of Sphinx 1.3, beta 1, available on the Python package index at . Please test and report bugs to . This is the first testing release for Sphinx 1.3, a new feature release with lots of improvements and new features. - Add support for Python 3.4 - Add support for docutils 0.12 - Drop support for docutils versions up to 0.9. - Drop support for Python 2.5, 3.1 and 3.2. - Add 'sphinx.ext.napoleon' extension for NumPy and Google style docstring support. - Add support for parallel reading (parsing) of source files (optional). - Add the 'any' role that can be used to find a cross-reference of *any* type in *any* domain. - Add various options to sphinx-quickstart. Quiet mode option '--quiet' will skip wizard mode. - Add numfig feature: assign numbers to figures, tables and code-blocks. - Add 'caption' parameter to 'code-block' and 'literalinclude'. - Add stemming support for 14 languages. - Add new theme: bizstyle. For the full changelog, go to: https://bitbucket.org/birkenfeld/sphinx/src/701b48f97/CHANGES What is it? =========== Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText source files). Website: http://sphinx-doc.org/ Enjoy! -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa