Commit graph

451 commits

Author SHA1 Message Date
Jeff Forcier
49568772f9 Cut 1.5.0 2018-05-02 15:29:39 -07:00
Jeff Forcier
0ff35dd48d Bump to next feature release 2018-05-01 14:15:23 -07:00
Jeff Forcier
e18260873d Tweak changelog language re #59 2018-05-01 14:10:58 -07:00
Jeff Forcier
35157fad9b flake8 2018-05-01 14:08:06 -07:00
Jeff Forcier
c8a0d66a61 Not a fan of implicit tuples 2018-05-01 14:07:21 -07:00
Jeff Forcier
3fea44a0e6 Make integration test re #59 actually test both changelogs :D 2018-05-01 14:04:37 -07:00
Jeff Forcier
979dd7c22c Formatting 2018-05-01 14:04:20 -07:00
Jeff Forcier
36456d2a53 Don't default to warn=True in integration test 2018-05-01 14:04:09 -07:00
Jeff Forcier
73ee042925 Overhaul new docs re #59 (plus some adjacent older stuff in same para) 2018-05-01 13:36:28 -07:00
Jeff Forcier
3e9710e587 Merge branch 'master' into 61-int 2018-05-01 13:31:48 -07:00
Jeff Forcier
52323d8182 Cut 1.4.2 for long_description fix 2018-04-27 10:03:12 -07:00
Jeff Forcier
36e55b444c We never pulled in our README as the PyPI facing long_description
Fixes #74
2018-04-27 09:57:54 -07:00
Jeff Forcier
aa4a794086 Cut 1.4.1 2018-03-28 12:10:49 -07:00
Jeff Forcier
8276fa81b7 Sphinx 1.7 broke some stuff, so let's make it explicit that we only support 1.3-1.6
Will need to just keep cranking this up as we fix things
2018-03-28 12:09:33 -07:00
Jeff Forcier
74371f78f4 Bump to modern pypi.org compatible twine 2018-03-23 17:09:35 -07:00
Jeff Forcier
783c6513f1 Happy New Year 2017-12-31 16:13:53 -05:00
Jeff Forcier
d4e4b632dd Cut 1.4.0 2017-10-20 08:23:38 -07:00
Jeff Forcier
17d1f06065 Whoops, previous commit only worked on Sphinx 1.5+ 2017-10-19 17:14:21 -07:00
Jeff Forcier
f611196bc4 Welp, turns out this was crucial to correctly rendered doctrees.
Only impacts use of get_doctree(), aka invocations.release tasks.

Fixes #72
2017-10-19 17:08:43 -07:00
Jeff Forcier
d5f397fe2c This seemed like an odd way to reference the app 2017-10-19 16:59:08 -07:00
Jeff Forcier
b3ac99af03 Realized the log/warn/etc stuff really just wanted to be 'use logging, stupid' higher up.
It's possible this fixes my other issues too, and that they are purely a visibility problem.
2017-10-19 15:31:46 -07:00
Jeff Forcier
ae97cd5740 Formatting 2017-10-19 15:19:07 -07:00
Jeff Forcier
0b757423b3 Update README to explicitly note Python and Sphinx compat numbers 2017-10-19 13:58:14 -07:00
Jeff Forcier
41dc02c808 Upgrade syntax to 2.7 compatible niceties like string interp, set literals, dict comprehensions 2017-10-19 13:49:35 -07:00
Jeff Forcier
f892d74801 Use a real Travis test matrix for all supported Sphinx/Python versions.
Given all the stupid arity stuff, we really do need this now.
2017-10-19 13:43:09 -07:00
Jeff Forcier
476b13845e Recast the recent changes as being 'major' bugfix in prep for a 1.4 2017-10-19 13:42:07 -07:00
Jeff Forcier
6b6783af0d Changelog re: dropping 2.6/3.3 support 2017-10-19 13:41:49 -07:00
Jeff Forcier
53798901e6 Drop 2.6, 3.3 support like other projects including Sphinx itself 2017-10-19 13:40:18 -07:00
Jeff Forcier
e7df0c12ad More Sphinx 1.5/1.6 vs 1.3/1.4 arity/API changes 2017-10-19 13:35:40 -07:00
Jeff Forcier
a3e51ef5a0 Tweak/extend Sphinx logging muting for tests 2017-10-19 13:35:27 -07:00
Jeff Forcier
5052207d16 Changelog re: recent fixes 2017-10-19 12:54:04 -07:00
Jeff Forcier
17886f52ad Mute sphinx logging in our test suite 2017-10-19 12:53:52 -07:00
Jeff Forcier
022bb7356d Don't double-add roles, to avoid Sphinx warnings.
Tried real hard to inject the suppress_warnings config val
instead, but, doing that early enough without causing chicken-egg
problems with 'real' config updates, was too hard for li'l ol me.
2017-10-19 12:48:41 -07:00
Jeff Forcier
c9a8e73110 More correctly handle Sphinx config obj arity changes.
Should now be compat with basically all Sphinx versions?
2017-10-19 11:28:56 -07:00
Jeff Forcier
6c6b0f8850 Cut 1.3.2 2017-10-19 11:16:43 -07:00
Jeff Forcier
54288c2850 Mark #68 as backported so we can cut a bugfix 2017-10-19 11:13:11 -07:00
Jeff Forcier
8261431dc8 Changelog re #68 2017-05-22 10:53:33 -07:00
Jeff Forcier
f5fcad350f Re-tighten to avoid backwards incompat sphinx 2017-05-22 10:52:32 -07:00
Jeff Forcier
c04de0eb17 Formatting 2017-05-22 10:49:49 -07:00
MinchinWeb
5cb584cba4 Remove upper-bound on required Sphinx version 2017-05-22 10:49:26 -07:00
Jeff Forcier
11814b72cd Cut 1.3.1 2017-05-18 15:21:39 -07:00
Jeff Forcier
c96f8be45e Enhance/enumerate/credit changelog re #60, closes #60 2017-05-18 15:19:34 -07:00
MinchinWeb
727f428b06 Report version number to Sphinx 2017-05-18 15:18:05 -07:00
Jeff Forcier
4f17ad150a Changelog closes #66 2017-05-18 15:03:54 -07:00
Jeff Forcier
bbe2bb29e9 Merge pull request #67 from sigmavirus24/bug/66
Default our attribute access to None
2017-05-18 15:01:58 -07:00
Ian Cordasco
a30c753c39
Default our attribute access to None 2017-05-17 20:36:03 -05:00
Jeff Forcier
7e112ff607 Undo change merged from 1.2 re: invocations compatibility 2017-01-24 10:38:13 -08:00
Jeff Forcier
1e7916d9b4 Merge branch '1.2' 2017-01-24 10:37:43 -08:00
Jeff Forcier
dee51ab37f 1.2 branch of releases can't run invocations >=0.14, meh.
Circular dependencies stink!
2017-01-24 10:37:30 -08:00
Jeff Forcier
b4b3b36716 Merge branch '1.2' 2017-01-01 12:31:25 -05:00