mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename version to 0.3.
This commit is contained in:
parent
3761223d85
commit
5ed30072e3
@ -107,7 +107,7 @@ tables of contents. The ``toctree`` directive is the central element.
|
||||
the TOC tree hierarchy. It can be used as the documentation's main page, or
|
||||
as a "full table of contents" if you don't give a ``maxdepth`` option.
|
||||
|
||||
.. versionchanged:: 0.2.1
|
||||
.. versionchanged:: 0.3
|
||||
Added "globbing" option.
|
||||
|
||||
|
||||
|
@ -115,7 +115,7 @@ General configuration
|
||||
A list of directory names, relative to the source directory, that are to be
|
||||
excluded from the search for source files.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
|
||||
.. confval:: pygments_style
|
||||
|
||||
@ -123,7 +123,7 @@ General configuration
|
||||
``'sphinx'``, which is a builtin style designed to match Sphinx' default
|
||||
style.
|
||||
|
||||
.. versionchanged:: 0.2.1
|
||||
.. versionchanged:: 0.3
|
||||
If the value is a fully-qualified name of a custom Pygments style class,
|
||||
this is then used as custom style.
|
||||
|
||||
@ -318,7 +318,7 @@ These options influence LaTeX output.
|
||||
If true, the topmost sectioning unit is parts, else it is chapters. Default:
|
||||
``False``.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
|
||||
.. confval:: latex_appendices
|
||||
|
||||
|
@ -63,7 +63,7 @@ directive.
|
||||
Members without docstrings will be left out, unless you give the
|
||||
``undoc-members`` flag option.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
For classes and exceptions, members inherited from base classes will be
|
||||
left out, unless you give the ``inherited-members`` flag option.
|
||||
|
||||
@ -123,4 +123,4 @@ There are also new config values that you can set:
|
||||
``"init"``
|
||||
Only the ``__init__`` method's docstring is inserted.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
|
@ -32,7 +32,7 @@ directory`. Normally, this directory also contains the Sphinx configuration
|
||||
file :file:`conf.py`, but that file can also live in another directory, the
|
||||
:dfn:`configuration directory`.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
Support for a different configuration directory.
|
||||
|
||||
Sphinx comes with a script called :program:`sphinx-quickstart` that sets up a
|
||||
@ -83,7 +83,7 @@ The :program:`sphinx-build` script has several more options:
|
||||
configuration directory, so they will have to be present at this location
|
||||
too.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
|
||||
**-D** *setting=value*
|
||||
Override a configuration value set in the :file:`conf.py` file. (The value
|
||||
|
@ -77,7 +77,7 @@ exists:
|
||||
|
||||
By default, Sphinx uses a table layout with ``L`` for every column.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
.. versionadded:: 0.3
|
||||
|
||||
.. warning::
|
||||
|
||||
|
@ -20,7 +20,7 @@ from sphinx.util import format_exception_cut_frames, save_traceback
|
||||
from sphinx.util.console import darkred, nocolor
|
||||
|
||||
__revision__ = '$Revision$'
|
||||
__version__ = '0.2.1'
|
||||
__version__ = '0.3'
|
||||
|
||||
|
||||
def usage(argv, msg=None):
|
||||
|
Loading…
Reference in New Issue
Block a user