[Python-announce] Sphinx-5.0.0 is out

2022-05-29 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 5.0.0 final, now available on
the Python package index at .

It includes many changes including incompatible ones.
Please confirm it working fine on your documents.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/5.0.x/CHANGES

Thanks to all collaborators and contributors!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/

Enjoy!
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


[Python-announce] Sphinx-5.0.0b1 released

2022-05-08 Thread Komiya Takeshi
Hi all,

We just released Sphinx-5.0.0b1.
It has many changes including incompatible ones.
Please confirm it working fine on your documents.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/5.0.x/CHANGES

You can use it with: pip install --pre Sphinx

Since this is a beta release, we expect that you may encounter bugs.
If you find a bug, please file an issue on Github issues:
https://github.com/sphinx-doc/sphinx/issues

Thanks,
Takeshi KOMIYA
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


Sphinx-4.0.0 is out

2021-05-08 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 4.0.0 final, now available on
the Python package index at .

It includes many changes including incompatible ones.
Please confirm it working fine on your documents.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/4.0.x/CHANGES

Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/

Enjoy!
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


Re: Sphinx-4.0.0b1 released

2021-04-29 Thread Komiya Takeshi
Hi all,

We just released Sphinx-4.0.0b2.
It has many changes including incompatible ones.
Please confirm it working fine on your documents.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/4.0.x/CHANGES

You can use it with: pip install --pre Sphinx

Since this is a beta release, we expect that you may encounter bugs.
If you find a bug, please file an issue on Github issues:
https://github.com/sphinx-doc/sphinx/issues

Thanks,
Takeshi KOMIYA

2021年4月12日(月) 0:40 Komiya Takeshi :
>
> Hi all,
>
> We just released Sphinx-4.0.0b1.
> It has many changes including incompatible ones.
> Please confirm it working fine on your documents.
>
> In detail, please see CHANGES:
> https://github.com/sphinx-doc/sphinx/blob/4.0.x/CHANGES
>
> You can use it with: pip install --pre Sphinx
>
> Since this is a beta release, we expect that you may encounter bugs.
> If you find a bug, please file an issue on Github issues:
> https://github.com/sphinx-doc/sphinx/issues
>
> Thanks,
> Takeshi KOMIYA
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


Sphinx-4.0.0b1 released

2021-04-11 Thread Komiya Takeshi
Hi all,

We just released Sphinx-4.0.0b1.
It has many changes including incompatible ones.
Please confirm it working fine on your documents.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/4.0.x/CHANGES

You can use it with: pip install --pre Sphinx

Since this is a beta release, we expect that you may encounter bugs.
If you find a bug, please file an issue on Github issues:
https://github.com/sphinx-doc/sphinx/issues

Thanks,
Takeshi KOMIYA
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


Sphinx-3.0.0b1 released.

2020-03-22 Thread Komiya Takeshi
Hi all,

We just released Sphinx-3.0.0b1.
It has many changes including incompatible ones.
Please confirm it working fine on your documents.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/3.0.x/CHANGES

You can use it with: pip install --pre Sphinx

Since this is a beta release, we expect that you may encounter bugs.
If you find a bug, please file an issue on Github issues:
https://github.com/sphinx-doc/sphinx/issues

Thanks,
Takeshi KOMIYA
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-2.4.0 released.

2020-02-09 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 2.4.0 final, now available on
the Python package index at .

It includes about 18 new features and 23 bug fixes.
Especially, autodoc is much improved in this release. I wrote an
article to explain the improvement in my blog. I believe it is very
useful many python developers :-)
https://tk0miya.hatenablog.com/entry/2020/02/09/190523

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-2.1.0 released

2019-06-04 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 2.1.0 final, now available on
the Python package index at .

It includes about 25 new features, 21 bug fixes and 5 incompatible
changes. Especially, autodoc and autosummary are much improved.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!

Takeshi KOMIYA: i.tkom...@gmail.com
`patreon `_
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-2.0.0 released

2019-04-02 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 2.0.0 final, now available on
the Python package index at .

It includes about 22 new features, 28 bug fixes and 22 incompatible
changes.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-2.0.0 beta1 released.

2019-02-25 Thread Komiya Takeshi
Hi all,

We released Sphinx 2.0.0b1 at last night.
It includes much of improvements. And It also contains breaking API changes.
So we need your help to check it working fine on your document.

In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/v2.0.0b1/CHANGES

You can use it with: pip install --pre Sphinx

Since this is a beta release, we expect that you may encounter bugs.
If you find a bug, please report it on github issues:
https://github.com/sphinx-doc/sphinx/issues

Thanks,
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.8.0 released

2018-09-13 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.8.0 final, now available on
the Python package index at .

It includes about 45 new features, 26 bug fixes and 25 incompatible
changes.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.7.0 has been released

2018-02-12 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.7.0, now available on
the Python package index at .

It includes about 34 new features and 31 bug fixes for the 1.6 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.6.2 has been released

2017-05-29 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.6.2, now available on
the Python package index at .

It includes about 23 bug fixes for the 1.6.1 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.6 final has been released

2017-05-16 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.6 final, now available on
the Python package index at .

It includes about 33 new features, 29 bug fixes and 23 incompatible
changes for the 1.5.6 release.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.6b2 has been released

2017-05-02 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.6 beta2, now available on
the Python package index at .

It includes about 29 new feature and 14 bug fixes for the 1.5.x release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.5.3 has been released

2017-02-27 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.5.3, now available on
the Python package index at .

It includes about 3 new feature and 16 bug fixes for the 1.5.2 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--

Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.5.2 has been released

2017-01-23 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.5.2, now available on
the Python package index at .

It includes about 5 new feature and 28 bug fixes for the 1.5.1 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--

Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.5.1 has been released

2016-12-14 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.5.1, now available on
the Python package index at .

It includes about 1 new feature and 11 bug fixes for the 1.5 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.4.9 has been released

2016-11-26 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.9, now available on
the Python package index at .

It includes about 11 bug fixes for the 1.4.8 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.4.7 released

2016-10-03 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.7, now available on
the Python package index at .

It includes about 16 bug fixes for the 1.4.6 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.4.6 released

2016-08-22 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.6, now available on
the Python package index at .

It includes about 1 incompatible change and 12 bug fixes for the 1.4.5
release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx-1.4.5 released

2016-07-13 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.5, now available on
the Python package index at .

It includes about 2 incompatible changes, 3 features added and 22 bug fixes
for the 1.4.4 release series.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.4.4 released

2016-06-12 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.4, now available on
the Python package index at .

It includes about 10 bug fixes for the 1.4.3 release
series, among them a incompatibility and a packaging error.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.4.3 released

2016-06-06 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.3, now available on
the Python package index at .

It includes about 10 bug fixes for the 1.4.2 release
series, among them a incompatibility and a packaging error.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.4.2 released

2016-05-29 Thread Komiya Takeshi
Hi all,

I'm delighted to announce the release of Sphinx 1.4.2, now available on
the Python package index at .

It includes about 4 features and 44 bug fixes for the 1.4.1 release
series, among them a incompatibility and a packaging error.

For the full changelog, go to
.
Thanks to all collaborators and contributers!

What is it?
===

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
Takeshi KOMIYA
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/