-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make py2 and py3 aliases also resolve via py
on windows
#858
Conversation
Take a look at the ci as it broke on UNIX. |
heh, this was passing for the wrong reason before (the assertion succeeded because the exit code of |
Codecov Report
@@ Coverage Diff @@
## master #858 +/- ##
======================================
+ Coverage 92% 92% +<1%
======================================
Files 13 13
Lines 2421 2421
Branches 430 430
======================================
+ Hits 2221 2224 +3
+ Misses 124 123 -1
+ Partials 76 74 -2 |
@gaborbernat should be reviewable now! |
@asottile Or is this only so that I can do |
This enables the following things:
This does not enable anything (imo) nonstandard like |
Thanks for this! Sorry I didn't have time to test it - you guys are to fast for me 😄 |
We plan to do a release with |
- print link to where documentation is generated - remove old documentation css - configure alabaster to display Github stars/Travis CI, and fork me badge - allow the documentation to span up to 1280 pixels, instead of 800 (this allows many code examples to be much more readable, or changelog entries) - remove large spaces in between changelog entries for a more compact view - version strings are italic and bold for a cleaner delimitation inside the changelog - sections in a version changelog has a smaller top margin for a more compact view - automatically render news at top of the documentation under DRAFT section, this allows testing the news fragment before release - remove double header for changelog - use the ``:user:`` extlinks for changelog entries to link to contributors Github profile - improve changelog entry for issue #858 - add a config file for readthedocs see example output at https://tox-gaborbernat.readthedocs.io/en/doc-impr (or deep dive http://tox-gaborbernat.readthedocs.io/en/doc-impr/changelog.html)
Resolves #856
CC @pfmoore