mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 6.0.1 final
This commit is contained in:
parent
821569ea8a
commit
a27d262ffe
16
CHANGES
16
CHANGES
@ -1,28 +1,16 @@
|
|||||||
Release 6.0.1 (in development)
|
Release 6.0.1 (released Jan 05, 2023)
|
||||||
==============================
|
=====================================
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Require Pygments 2.13 or later.
|
* Require Pygments 2.13 or later.
|
||||||
|
|
||||||
Incompatible changes
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
Deprecated
|
|
||||||
----------
|
|
||||||
|
|
||||||
Features added
|
|
||||||
--------------
|
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* #10944: imgmath: Fix resolving image paths for files in nested folders.
|
* #10944: imgmath: Fix resolving image paths for files in nested folders.
|
||||||
|
|
||||||
Testing
|
|
||||||
--------
|
|
||||||
|
|
||||||
Release 6.0.0 (released Dec 29, 2022)
|
Release 6.0.0 (released Dec 29, 2022)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
@ -30,11 +30,11 @@ __display_version__ = __version__ # used for command line version
|
|||||||
#:
|
#:
|
||||||
#: .. versionadded:: 1.2
|
#: .. versionadded:: 1.2
|
||||||
#: Before version 1.2, check the string ``sphinx.__version__``.
|
#: Before version 1.2, check the string ``sphinx.__version__``.
|
||||||
version_info = (6, 0, 1, 'beta', 0)
|
version_info = (6, 0, 1, 'final', 0)
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
_in_development = True
|
_in_development = False
|
||||||
if _in_development:
|
if _in_development:
|
||||||
# Only import subprocess if needed
|
# Only import subprocess if needed
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user