File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1818# documentation root, use os.path.abspath to make it absolute, like shown here.
1919sys .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.
4145project = 'execnet'
4246copyright = '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
Original file line number Diff line number Diff line change @@ -78,12 +78,13 @@ Known uses
7878Project 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
You can’t perform that action at this time.
0 commit comments