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 18
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
19
sys .path .append (os .path .dirname (os .path .dirname (__file__ )))
20
20
21
+ from execnet ._version import version
22
+
23
+ release = "." .join (version .split ("." )[:2 ])
24
+
21
25
# -- General configuration ----------------------------------------------------
22
26
23
27
# Add any Sphinx extension module names here, as strings.
41
45
project = 'execnet'
42
46
copyright = '2012, holger krekel and others'
43
47
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
-
53
48
# The language for content autogenerated by Sphinx. Refer to documentation
54
49
# for a list of supported languages.
55
50
# language = None
Original file line number Diff line number Diff line change @@ -78,12 +78,13 @@ Known uses
78
78
Project status
79
79
--------------------------
80
80
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 .
82
82
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.
84
85
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.
87
88
88
89
.. _`basic API` : basics.html
89
90
.. _`actively developed` : https://github.com/pytest-dev/execnet
You can’t perform that action at this time.
0 commit comments