Skip to content

Commit ebd2f2e

Browse files
committed
Update project status and version on docs
1 parent 98b9ec6 commit ebd2f2e

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

doc/conf.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
1919
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
2020

21+
from execnet._version import version
22+
23+
release = ".".join(version.split(".")[:2])
24+
2125
# -- General configuration ----------------------------------------------------
2226

2327
# Add any Sphinx extension module names here, as strings.
@@ -41,15 +45,6 @@
4145
project = 'execnet'
4246
copyright = '2012, holger krekel and others'
4347

44-
# The version info for the project you're documenting, acts as replacement for
45-
# |version| and |release|, also used in various other places throughout the
46-
# built documents.
47-
#
48-
# The short X.Y version.
49-
version = '1.4'
50-
# The full version, inpipcluding alpha/beta/rc tags.
51-
release = '1.4.0.dev1'
52-
5348
# The language for content autogenerated by Sphinx. Refer to documentation
5449
# for a list of supported languages.
5550
# language = None

doc/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ Known uses
7878
Project status
7979
--------------------------
8080

81-
The current 1.0 series aims at :doc:`basic API <basics>` stabilization, improved tracing and robust termination.
81+
The project is currently in **maintenance-only mode**, with PRs fixing bugs being gracefully accepted.
8282

83-
The 1.1 series will target setting up permanent networks and offering unix-shell-like capabilities to spawn processes and applications.
83+
Currently there are no plans to improve the project further, being maintained mostly because it is
84+
used as backend of the popular `pytest-xdist <https://github.com/pytest-dev/pytest-xdist>`__ plugin.
8485

85-
execnet was conceived and is `actively developed`_ by `Holger Krekel`_.
86-
The package is licensed under the MIT license since version 1.2.
86+
``execnet`` was conceived originally by `Holger Krekel`_ and is licensed under the MIT license
87+
since version 1.2.
8788

8889
.. _`basic API`: basics.html
8990
.. _`actively developed`: https://github.com/pytest-dev/execnet

0 commit comments

Comments
 (0)