-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve coverage measurements of multiprocessing functional tests.
Fix pex binary distribution replacing subprocess rendering with multiprocessing as pex cannot deal with shellscripts on packages. Major code reorganization, cleanup and code simplification. Implement simple debug levels. Make default conf.py and index.rst configurable.
- Loading branch information
Showing
8 changed files
with
203 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
Daniel Mizyrycki <[email protected]> | ||
Sphinxserve is written and maintained by: | ||
|
||
Daniel Mizyrycki <[email protected]> | ||
|
||
|
||
and the contributors (ordered by the date of first contribution): | ||
|
||
Adam Coddington <[email protected]> | ||
Sheila Allen <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
bottle==0.12.9 | ||
bottle>=0.12.9 | ||
coloredlogs>=5.0 | ||
decorator>=4.0.10 | ||
gevent>=1.1.2 | ||
loadconfig>=0.1.1 | ||
sphinx>=1.2.3 | ||
watchdog>=0.8.3 | ||
coloredlogs==5.0 |
Oops, something went wrong.