Sphinx 0.1¶
Release 0.1.61950 (Mar 26, 2008)¶
sphinx.quickstart: Makefile のフォーマット文字列を修正しました。
Release 0.1.61945 (Mar 26, 2008)¶
sphinx.htmlwriter、sphinx.latexwriter: サポート「.. 画像::」画像ファイルを出力ディレクトリにコピーすることでディレクティブを実行します。
sphinx.builder: Consistently name "special" HTML output directories with a leading underscore; this means
_sourcesand_static.sphinx.environment: 古いソースのセットを収集するときに、依存ファイルを考慮します。
sphinx.directives: Record files included with
.. literalinclude::as dependencies.sphinx.ext.autodoc: Record files from which docstrings are included as dependencies.
sphinx.builder: Rebuild all HTML files in case of a template change.
sphinx.builder: HTML ビルダーで TOC 関係 (前の章/次の章) が利用できない場合に、より適切に処理します。
sphinx.latexwriter: Include fncychap.sty which doesn't seem to be very common in TeX distributions. Add a
cleantarget in the latex Makefile. Really pass the correct paper and size options to the LaTeX document class.セットアップ: Python 2.4 では、Docutils がすでにインストールされている場合は、Docutils に過度に依存しないでください。そうでない場合は上書きされます。
Release 0.1.61843 (Mar 24, 2008)¶
sphinx.quickstart: ユーザーが望まない場合は、実際には makefile を作成しません。
setup: Don't install scripts twice, via setuptools entry points and distutils scripts. Only install via entry points.
sphinx.builder: Don't recognize the HTML builder's copied source files (under
_sources) as input files if the source suffix is.txt.sphinx.highlighting: Pygments がインストールされていない場合でも、LaTeX Verbatim 環境エスケープの正しいマークアップを生成します。
sphinx.builder: WebHTMLBuilder は PickleHTMLBuilder に名前が変更されました。
sphinx.htmlwriter: Make parsed-literal blocks work as expected, not highlighting them via Pygments.
sphinx.environment: 空のソースファイルを読み取ってもエラーが発生しません。
Release 0.1.61798 (Mar 23, 2008)¶
sphinx: Work with Docutils SVN snapshots as well as 0.4.
sphinx.ext.doctest: Make the group in which doctest blocks are placed selectable, and default to
'default'.sphinx.ext.doctest: Replace
<BLANKLINE>in doctest blocks by real blank lines for presentation output, and remove doctest options given inline.sphinx.environment: Move doctest_blocks out of block_quotes to support indented doctest blocks.
sphinx.ext.autodoc: Render
.. automodule::docstrings in a section node, so that module docstrings can contain proper sectioning.sphinx.ext.autodoc: Use the module's encoding for decoding docstrings, rather than requiring ASCII.
Release 0.1.61611 (Mar 21, 2008)¶
First public release.