-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.txt
116 lines (65 loc) · 2.1 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Change log for pylons-sphinx-themes
===================================
1.0.14 (unreleased)
-------------------
- Nothing changed yet.
1.0.13 (2020-11-30)
-------------------
- Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled
it out as a feature flag in April 2020, and it now appears to be rolling out
in more projects.
- Add padding to the top of `linenodiv` to align with code in tables and its
extra 2px top border.
1.0.12 (2020-11-28)
-------------------
- Added style ``.wy-table-responsive { overflow-x: scroll; }`` to prevent
tables from blowout by long dotted method names.
1.0.11 (2020-01-13)
-------------------
- Fix the width of linenos table column when used in code-blocks.
1.0.10 (2018-09-25)
-------------------
- Add Read the Docs to the recipients of ad revenue.
1.0.9 (2018-09-23)
------------------
- Remove hyphenation because it sometimes hyphenates inappropriately, such as
in code.
1.0.8 (2018-09-21)
------------------
- Fix support for Ethical Ads.
1.0.7 (2018-09-21)
------------------
- Added support for Ethical Ads for Read The Docs. See
https://github.com/Pylons/pylons-sphinx-themes/pull/12
1.0.6 (2017-09-22)
------------------
- Update zest.releaser in order to release to PyPI.
1.0.5 (2017-09-22)
------------------
- Clean up licensing
https://github.com/Pylons/pylons-sphinx-themes/issues/8
1.0.4 (2017-06-20)
------------------
- Specify line spacing for list items for only within the .body class.
1.0.3 (2017-06-20)
------------------
- Add line spacing for list items. Closes #4.
1.0.2 (2017-06-16)
------------------
- Remove HTTPS protocol to allow either HTTPS or HTTP.
1.0.1 (2017-06-16)
------------------
- Use HTTPS for protocol of stylesheets.
1.0 (2017-04-18)
------------------
- Use zest.releaser for releasing.
- Improve documentation.
0.3.1 (2015-04-15)
------------------
- Improve documentation.
0.3 (2015-04-15)
----------------
- Convert from using git submodule used in
https://github.com/Pylons/pylons_sphinx_theme to a package. See
https://github.com/Pylons/pyramid/issues/1614
- Initial commit.