Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-12 10:14:07 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-12 10:14:07 +0300
commit34a20bf10bd809e307f5040bff16babd6f1539bd (patch)
treee7ce0df895ab106b7d8ce8858f1b1370484681a2
parentbc068e41435fea05b419133f23b33e7c19f4f39c (diff)
Bump to 1.7.0 finalv1.7.0
-rw-r--r--CHANGES135
-rw-r--r--sphinx/__init__.py4
2 files changed, 54 insertions, 85 deletions
diff --git a/CHANGES b/CHANGES
index 8dc2dcf17..a52a78dc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,77 +1,18 @@
-Release 1.7.0 beta3 (in development)
-====================================
+Release 1.7.0 (released Feb 12, 2018)
+=====================================
Dependencies
------------
-Incompatible changes
---------------------
-
-Deprecated
-----------
-
-Features added
---------------
-
-Bugs fixed
-----------
-
-* #4019: inheritance_diagram AttributeError stoping make process
-* #4531: autosummary: methods are not treated as attributes
-* #4538: autodoc: ``sphinx.ext.autodoc.Options`` has been moved
-* #4539: autodoc emits warnings for partialmethods
-* #4223: doctest: failing tests reported in wrong file, at wrong line
-* i18n: message catalogs are not compiled if specific filenames are given for
- ``sphinx-build`` as arguments (refs: #4560)
-* #4027: sphinx.ext.autosectionlabel now expects labels to be the same as they
- are in the raw source; no smart quotes, nothig fancy.
-* #4581: apidoc: Excluded modules still included
-
-Testing
---------
-
-Release 1.7.0 beta2 (released Jan 31, 2018)
-===========================================
-
-Incompatible changes
---------------------
-
-* #4467: html theme: Rename ``csss`` block to ``css``
-
-Features added
---------------
-
-* #4271: sphinx-build supports an option called ``-j auto`` to adjust numbers of
- processes automatically.
-
-Bugs fixed
-----------
-
-* #4415: autodoc classifies inherited classmethods as regular methods
-* #4415: autodoc classifies inherited staticmethods as regular methods
-* #4472: DOCUMENTATION_OPTIONS is not defined
-* #4491: autodoc: prefer _MockImporter over other importers in sys.meta_path
-* #4490: autodoc: type annotation is broken with python 3.7.0a4+
-* utils package is no longer installed
-* #3952: apidoc: module header is too escaped
-* #4275: Formats accepted by sphinx.util.i18n.format_date are limited
-* #4493: recommonmark raises AttributeError if AutoStructify enabled
-* #4209: intersphinx: In link title, "v" should be optional if target has no
- version
-* #4230: slowdown in writing pages with sphinx 1.6
-* #4522: epub: document is not rebuilt even if config changed
-
-Release 1.7.0 beta1 (released Jan 15, 2018)
-===========================================
-
-Dependencies
-------------
+1.7.0b1
* Add ``packaging`` package
Incompatible changes
--------------------
+1.7.0b1
+
* #3668: The arguments has changed of main functions for each command
* #3893: Unknown html_theme_options throw warnings instead of errors
* #3927: Python parameter/variable types should match classes, not all objects
@@ -93,9 +34,15 @@ Incompatible changes
* #4246: Limit width of text body for all themes. Conifigurable via theme
options ``body_min_width`` and ``body_max_width``.
+1.7.0b2
+
+* #4467: html theme: Rename ``csss`` block to ``css``
+
Deprecated
----------
+1.7.0b1
+
* using a string value for :confval:`html_sidebars` is deprecated and only list
values will be accepted at 2.0.
* ``format_annotation()`` and ``formatargspec()`` is deprecated. Please use
@@ -110,6 +57,8 @@ Deprecated
Features added
--------------
+1.7.0b1
+
* C++, handle ``decltype(auto)``.
* #2406: C++, add proper parsing of expressions, including linking of identifiers.
* C++, add a ``cpp:expr`` role for inserting inline C++ expressions or types.
@@ -156,9 +105,16 @@ Features added
* #3998: text: Assign section numbers by default. You can control it using
:confval:`text_add_secnumbers` and :confval:`text_secnumber_suffix`
+1.7.0b2
+
+* #4271: sphinx-build supports an option called ``-j auto`` to adjust numbers of
+ processes automatically.
+
Features removed
----------------
+1.7.0b1
+
* Configuration variables
- html_use_smartypants
@@ -192,6 +148,8 @@ Features removed
Bugs fixed
----------
+1.7.0b1
+
* #3882: Update the order of files for HTMLHelp and QTHelp
* #3962: sphinx-apidoc does not recognize implicit namespace packages correctly
* #4094: C++, allow empty template argument lists.
@@ -207,33 +165,44 @@ Bugs fixed
* #4081: Warnings and errors colored the same when building
* latex: Do not display 'Release' label if :confval:`release` is not set
-Testing
---------
-
-* Add support for docutils 0.14
-* Add tests for the ``sphinx.ext.inheritance_diagram`` extension.
-
-Release 1.6.8 (in development)
-==============================
-
-Dependencies
-------------
+1.7.0b2
-Incompatible changes
---------------------
+* #4415: autodoc classifies inherited classmethods as regular methods
+* #4415: autodoc classifies inherited staticmethods as regular methods
+* #4472: DOCUMENTATION_OPTIONS is not defined
+* #4491: autodoc: prefer _MockImporter over other importers in sys.meta_path
+* #4490: autodoc: type annotation is broken with python 3.7.0a4+
+* utils package is no longer installed
+* #3952: apidoc: module header is too escaped
+* #4275: Formats accepted by sphinx.util.i18n.format_date are limited
+* #4493: recommonmark raises AttributeError if AutoStructify enabled
+* #4209: intersphinx: In link title, "v" should be optional if target has no
+ version
+* #4230: slowdown in writing pages with sphinx 1.6
+* #4522: epub: document is not rebuilt even if config changed
-Deprecated
-----------
+1.7.0b3
-Features added
---------------
+* #4019: inheritance_diagram AttributeError stoping make process
+* #4531: autosummary: methods are not treated as attributes
+* #4538: autodoc: ``sphinx.ext.autodoc.Options`` has been moved
+* #4539: autodoc emits warnings for partialmethods
+* #4223: doctest: failing tests reported in wrong file, at wrong line
+* i18n: message catalogs are not compiled if specific filenames are given for
+ ``sphinx-build`` as arguments (refs: #4560)
+* #4027: sphinx.ext.autosectionlabel now expects labels to be the same as they
+ are in the raw source; no smart quotes, nothig fancy.
+* #4581: apidoc: Excluded modules still included
-Bugs fixed
-----------
Testing
--------
+1.7.0b1
+
+* Add support for docutils 0.14
+* Add tests for the ``sphinx.ext.inheritance_diagram`` extension.
+
Release 1.6.7 (released Feb 04, 2018)
=====================================
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 955f56450..c3470b09d 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -31,13 +31,13 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '1.7.0+'
+__version__ = '1.7.0'
__released__ = '1.7.0' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
# 'final' has 0 as the last element
-version_info = (1, 7, 0, 'beta', 3)
+version_info = (1, 7, 0, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))