Berker Peksag
|
bf764a1912
|
Issue #22695: Fix rendering of the deprecated-removed role in HTML.
|
2014-11-08 22:41:00 +02:00 |
Berker Peksag
|
eb1a3cd4ea
|
Issue #22695: Fix rendering of the deprecated-removed role in HTML.
|
2014-11-08 22:40:22 +02:00 |
Georg Brandl
|
db3f318681
|
Doc: updadate suspicious ignore rules
|
2014-10-31 08:03:20 +01:00 |
Georg Brandl
|
e075f1617f
|
merge with 3.4
|
2014-10-30 22:56:04 +01:00 |
Georg Brandl
|
35903c809f
|
Sphinx extension: move imports to the module top
|
2014-10-30 22:55:13 +01:00 |
Georg Brandl
|
55c2ae8cb1
|
merge with 3.4
|
2014-10-30 22:50:00 +01:00 |
Georg Brandl
|
3b4cf554e5
|
rstlint: make the "html leaked markup" regex a bit less sensitive
|
2014-10-30 22:49:54 +01:00 |
Georg Brandl
|
9ac894aeff
|
merge with 3.4
|
2014-10-30 22:45:01 +01:00 |
Georg Brandl
|
2273b096ce
|
rstlint: we do not use svn anymore
|
2014-10-30 22:44:41 +01:00 |
Georg Brandl
|
759a02cacd
|
merge with 3.4
|
2014-10-30 22:35:59 +01:00 |
Georg Brandl
|
95988f98ea
|
rstlint: add more directives we use
|
2014-10-30 22:35:55 +01:00 |
Georg Brandl
|
dd6b84d715
|
merge with 3.4
|
2014-10-30 22:31:08 +01:00 |
Georg Brandl
|
f2b56518f9
|
rstlint: recognize "deprecated-removed" directive
|
2014-10-30 22:30:01 +01:00 |
Georg Brandl
|
cadc3fdcb5
|
Merge with 3.4
|
2014-10-29 08:37:29 +01:00 |
Georg Brandl
|
e73778c1ac
|
Use https:// URLs when referring to python.org hosts.
|
2014-10-29 08:36:35 +01:00 |
Georg Brandl
|
46761ec7c2
|
Use https:// URLs in the HTML templates.
|
2014-10-29 08:36:15 +01:00 |
Georg Brandl
|
76c49a2fb9
|
merge with 3.4
|
2014-10-29 08:11:55 +01:00 |
Georg Brandl
|
a1f8486325
|
Move HTML templates to their own subdir.
|
2014-10-29 08:11:46 +01:00 |
Georg Brandl
|
d51c1a1953
|
merge with 3.4
|
2014-10-29 08:07:50 +01:00 |
Georg Brandl
|
e03902910c
|
Move Sphinx extensions to their own subdir.
|
2014-10-29 08:07:37 +01:00 |
Berker Peksag
|
8625dde150
|
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
|
2014-10-25 05:21:17 +03:00 |
Berker Peksag
|
6d1c149a46
|
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
|
2014-10-25 05:20:49 +03:00 |
Alex Gaynor
|
e6f8c5025a
|
Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
|
2014-10-13 12:58:03 -07:00 |
Alex Gaynor
|
e285cdd997
|
Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
|
2014-10-13 12:58:03 -07:00 |
Larry Hastings
|
2ce95d7b7c
|
Merge from 3.4.2 release head back into 3.4 mainline.
|
2014-10-08 02:50:50 -07:00 |
Larry Hastings
|
c6256e5f7d
|
Update pydoc topics and fix supsicious markup for 3.4.2 final.
|
2014-10-05 19:03:48 -07:00 |
Georg Brandl
|
f7b2aa514e
|
merge with 3.4
|
2014-10-01 19:42:09 +02:00 |
Georg Brandl
|
0428e6cc89
|
Remove old overridden version of a Sphinx CSS file.
All Python-specific styling is now in the theme anyway.
|
2014-10-01 19:41:31 +02:00 |
Georg Brandl
|
42c189efe4
|
merge with 3.4
|
2014-10-01 19:28:33 +02:00 |
Georg Brandl
|
fd3a15a0cc
|
Make pydoctheme compatible with Sphinx 1.3 HTML output changes.
|
2014-10-01 19:28:23 +02:00 |
Georg Brandl
|
61bd1dcf9b
|
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
|
2014-09-30 22:56:38 +02:00 |
Georg Brandl
|
97e9ec688c
|
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
|
2014-09-30 22:51:30 +02:00 |
Georg Brandl
|
7552eb89b9
|
merge with 3.4
|
2014-09-30 22:17:48 +02:00 |
Georg Brandl
|
bae334cda9
|
Prepare sphinx extensions for 1.3.
|
2014-09-30 22:17:41 +02:00 |
Ned Deily
|
b682fd3dbb
|
Issue #21431: merge from 3.4
|
2014-09-22 14:44:22 -07:00 |
Georg Brandl
|
90d76ca765
|
Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to
return Unicode strings on Python 3.
|
2014-09-22 21:18:24 +02:00 |
Benjamin Peterson
|
50ff85812f
|
merge 3.4
|
2014-09-13 01:45:50 -04:00 |
Benjamin Peterson
|
7c8b89e156
|
make hg link secure
|
2014-09-13 01:44:34 -04:00 |
Berker Peksag
|
adc5634193
|
Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.
|
2014-08-22 18:25:16 +03:00 |
Berker Peksag
|
eb265ab873
|
Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.
|
2014-08-22 18:24:29 +03:00 |
Senthil Kumaran
|
6120ab8150
|
merge from 3.4
Update references to Python docs in the sidebar index.
Patch contributed by Auke Willem Oosterhoff.
|
2014-06-02 23:00:43 -07:00 |
Senthil Kumaran
|
8dc3df1b60
|
Update references to Python docs in the sidebar index.
Patch contributed by Auke Willem Oosterhoff.
|
2014-06-02 22:58:13 -07:00 |
Benjamin Peterson
|
d065c48991
|
fix ref count annotations on sphinx >= 1.2.1 (closes #21286)
|
2014-04-17 18:29:01 -04:00 |
Benjamin Peterson
|
af7c5b0bb5
|
merge 3.4
|
2014-04-17 18:29:27 -04:00 |
Georg Brandl
|
aa1403c440
|
merge with 3.4
|
2014-03-28 19:49:02 +01:00 |
Georg Brandl
|
865bdbf4af
|
Doc: do not compress .epub for dist, it is already zipped.
|
2014-03-28 19:48:55 +01:00 |
Georg Brandl
|
b50f8c9c0d
|
merge with 3.4
|
2014-03-25 10:13:44 +01:00 |
Georg Brandl
|
1afe2af690
|
Closes #21045: make the Qt help build not look completely stupid
|
2014-03-25 10:12:47 +01:00 |
Georg Brandl
|
3f2350c647
|
merge with 3.4
|
2014-03-18 07:47:35 +01:00 |
Georg Brandl
|
3a748ca982
|
merge with 3.4
|
2014-03-17 07:36:59 +01:00 |