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-09-12 18:48:58 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-09-12 18:48:58 +0300
commit16533cff9a1e20fc10ec78eaf7c4796cd3552965 (patch)
tree37998b0758a3c7d43688d7bbbc881b0d6f4ea0e0
parent46a1f4ef383cd0ffe7fcbf8b406bf58c68e78168 (diff)
Bump to 1.8.0 finalv1.8.0
-rw-r--r--CHANGES110
-rw-r--r--sphinx/__init__.py4
2 files changed, 56 insertions, 58 deletions
diff --git a/CHANGES b/CHANGES
index 1c9dd0d5d..fbb0fbb95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,60 +1,10 @@
-Release 1.8.0 beta2 (in development)
-====================================
+Release 1.8.0 (released Sep 13, 2018)
+=====================================
Dependencies
------------
-Incompatible changes
---------------------
-
-* #5282: html theme: refer ``pygments_style`` settings of HTML themes
- preferentially
-* The URL of download files are changed
-* #5127: quickstart: ``Makefile`` and ``make.bat`` are not overwritten if exists
-
-Deprecated
-----------
-
-* ``sphinx.io.SphinxI18nReader.set_lineno_for_reporter()`` is deprecated
-* ``sphinx.io.SphinxI18nReader.line`` is deprecated
-* ``sphinx.util.i18n.find_catalog_source_file()`` has changed; the
- *gettext_compact* argument has been deprecated
-* #5403: ``sphinx.util.images.guess_mimetype()`` has changed; the *content*
- argument has been deprecated
-
-Features added
---------------
-
-* #5388: Ensure frozen object descriptions are reproducible
-* #5362: apidoc: Add ``--tocfile`` option to change the filename of ToC
-
-Bugs fixed
-----------
-
-* html: search box overrides to other elements if scrolled
-* i18n: warnings for translation catalogs have wrong line numbers (refs: #5321)
-* #5325: latex: cross references has been broken by multiply labeled objects
-* C++, fixes for symbol addition and lookup. Lookup should no longer break
- in partial builds. See also #5337.
-* #5348: download reference to remote file is not displayed
-* #5282: html theme: ``pygments_style`` of theme was overrided by ``conf.py``
- by default
-* #4379: toctree shows confusible warning when document is excluded
-* #2401: autodoc: ``:members:`` causes ``:special-members:`` not to be shown
-* autodoc: ImportError is replaced by AttributeError for deeper module
-* #2720, #4034: Incorrect links with ``:download:``, duplicate names, and
- parallel builds
-* #5290: autodoc: failed to analyze source code in egg package
-* #5399: Sphinx crashes if unknown po file exists
-
-Testing
---------
-
-Release 1.8.0 beta1 (in development)
-====================================
-
-Dependencies
-------------
+1.8.0b1
* LaTeX: :confval:`latex_use_xindy`, if ``True`` (default for
``xelatex/lualatex``), instructs ``make latexpdf`` to use :program:`xindy`
@@ -64,6 +14,15 @@ Dependencies
Incompatible changes
--------------------
+1.8.0b2
+
+* #5282: html theme: refer ``pygments_style`` settings of HTML themes
+ preferentially
+* The URL of download files are changed
+* #5127: quickstart: ``Makefile`` and ``make.bat`` are not overwritten if exists
+
+1.8.0b1
+
* #5156: the :py:mod:`sphinx.ext.graphviz: extension runs `dot` in the
directory of the document being built instead of in the root directory of
the documentation.
@@ -116,6 +75,17 @@ Incompatible changes
Deprecated
----------
+1.8.0b2
+
+* ``sphinx.io.SphinxI18nReader.set_lineno_for_reporter()`` is deprecated
+* ``sphinx.io.SphinxI18nReader.line`` is deprecated
+* ``sphinx.util.i18n.find_catalog_source_file()`` has changed; the
+ *gettext_compact* argument has been deprecated
+* #5403: ``sphinx.util.images.guess_mimetype()`` has changed; the *content*
+ argument has been deprecated
+
+1.8.0b1
+
* :confval:`source_parsers` is deprecated
* :confval:`autodoc_default_flags` is deprecated
* quickstart: ``--epub`` option becomes default, so it is deprecated
@@ -195,6 +165,13 @@ For more details, see `deprecation APIs list
Features added
--------------
+1.8.0b2
+
+* #5388: Ensure frozen object descriptions are reproducible
+* #5362: apidoc: Add ``--tocfile`` option to change the filename of ToC
+
+1.8.0b1
+
* Add :event:`config-inited` event
* Add ``sphinx.config.Any`` to represent the config value accepts any type of
value
@@ -269,6 +246,26 @@ Features added
Bugs fixed
----------
+1.8.0b2
+
+* html: search box overrides to other elements if scrolled
+* i18n: warnings for translation catalogs have wrong line numbers (refs: #5321)
+* #5325: latex: cross references has been broken by multiply labeled objects
+* C++, fixes for symbol addition and lookup. Lookup should no longer break
+ in partial builds. See also #5337.
+* #5348: download reference to remote file is not displayed
+* #5282: html theme: ``pygments_style`` of theme was overrided by ``conf.py``
+ by default
+* #4379: toctree shows confusible warning when document is excluded
+* #2401: autodoc: ``:members:`` causes ``:special-members:`` not to be shown
+* autodoc: ImportError is replaced by AttributeError for deeper module
+* #2720, #4034: Incorrect links with ``:download:``, duplicate names, and
+ parallel builds
+* #5290: autodoc: failed to analyze source code in egg package
+* #5399: Sphinx crashes if unknown po file exists
+
+1.8.0b1
+
* i18n: message catalogs were reset on each initialization
* #4850: latex: footnote inside footnote was not rendered
* #4945: i18n: fix lang_COUNTRY not fallback correctly for IndexBuilder. Thanks
@@ -285,17 +282,18 @@ Bugs fixed
* C++, parse delete expressions and basic new expressions as well.
* #5002: graphviz: SVGs do not adapt to the column width
-Testing
---------
-
Features removed
----------------
+1.8.0b1
+
* ``sphinx.ext.pngmath`` extension
Documentation
-------------
+1.8.0b1
+
* #5083: Fix wrong make.bat option for internationalization.
* #5115: napoleon: add admonitions added by #4613 to the docs.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 9debdca07..a260333b6 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -37,7 +37,7 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '1.8.0+'
+__version__ = '1.8.0'
__released__ = '1.8.0' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
@@ -48,7 +48,7 @@ __released__ = '1.8.0' # used when Sphinx builds its own docs
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
-version_info = (1, 8, 0, 'beta', 2)
+version_info = (1, 8, 0, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))