Takeshi KOMIYA
fd0a56bd37
Fix #4100 : Remove debug print from autodoc extension
2017-10-01 01:39:47 +09:00
Jakob Lykke Andersen
a3b66eb095
Merge pull request #4095 from Andne/cpp-tests
...
Cleanup the C++/Intersphinx test to avoid std namespace
2017-09-28 21:52:30 +02:00
Jakob Lykke Andersen
b85ea529b8
C++, allow empty template argument lists
...
See sphinx-doc/sphinx#4094
2017-09-28 20:46:34 +02:00
Andy Neebel
3a0c050af0
Some cleanup to avoid using the std:: namespace
2017-09-28 13:43:46 -05:00
Jakob Lykke Andersen
447c54ae92
C++, adapt sphinx-doc/sphinx#3894 after merge to master
...
Fixes sphinx-doc/sphinx#4082
2017-09-28 20:10:07 +02:00
jfbu
db36b42e55
Avoid extra space in PDF after image in parsed-literal (refs: Fix #4085 )
2017-09-27 12:43:28 +02:00
jfbu
dc129e0532
Fix #4085 Failed PDF build from image in parsed-literal
2017-09-27 09:54:18 +02:00
Sumana Harihareswara
384ccf7813
Fix grammar in exclude_patterns explanation comment
2017-09-26 12:55:51 -04:00
Stephen Finucane
5e1af8df77
setup.cfg: Ignore .venv
...
We started ignoring this file from Git in commit 75154196b
. Now do the
same for flake8.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-09-26 15:43:45 +01:00
Takayuki SHIMIZUKAWA
e15e9a79b4
fix a glitch
2017-09-26 22:49:23 +09:00
Takeshi KOMIYA
5cfefdf2c1
Update CHANGES for PR #3929
2017-09-26 15:47:20 +09:00
Takeshi KOMIYA
1ef0351ec1
Merge pull request #3929 from stephenfin/move-sphinx-apidoc-to-ext
...
apidoc: Move apidoc to ext/apidoc
2017-09-26 15:42:25 +09:00
Takeshi KOMIYA
43cbd5d0d2
Merge branch 'stable'
2017-09-26 09:49:48 +09:00
Takeshi KOMIYA
0ba56553e3
Bump version
2017-09-26 09:48:09 +09:00
Takeshi KOMIYA
c6fe6a3bf2
Bump to 1.6.4 final
2017-09-26 09:45:14 +09:00
Takeshi KOMIYA
cc5a1542c7
Fix #4051 : warn() function for HTML theme outputs 'None' string
2017-09-26 01:29:12 +09:00
Takeshi KOMIYA
f2fbd81a70
Merge pull request #4084 from sphinx-doc/4051_warn_outputs_None_string
...
Fix #4051 : warn() function for HTML theme outputs 'None' string
2017-09-26 01:28:31 +09:00
Takeshi KOMIYA
ec2e60674f
Fix #4051 : warn() function for HTML theme outputs 'None' string
2017-09-26 00:56:24 +09:00
Takeshi KOMIYA
ee600e308d
Merge pull request #4083 from alex/patch-1
...
Switched stylesheet for font to HTTPS to avoid mixed content issues
2017-09-25 16:54:46 +09:00
Alex Gaynor
f9250e198b
Switched stylesheet for font to HTTPS to avoid mixed content issues
2017-09-24 14:02:53 -04:00
Takeshi KOMIYA
3f1f5bb081
Merge pull request #3938 from TimKam/3751-document-m-option
...
#3751 document -M command line option
2017-09-25 00:09:25 +09:00
Takeshi KOMIYA
617bb43cae
Comment out broken test cases temporarily
2017-09-24 23:46:31 +09:00
Takeshi KOMIYA
00169a07e6
Merge branch 'stable'
2017-09-24 22:51:23 +09:00
Takeshi KOMIYA
731f971319
Merge commit '63c15998f66eeb42f3fcfef6087a7264645bee6b'
2017-09-24 22:49:37 +09:00
Takeshi KOMIYA
c32233b0e1
Merge commit '63c15998f66eeb42f3fcfef6087a7264645bee6b~1'
2017-09-24 21:36:04 +09:00
Takeshi KOMIYA
5e6da32237
Reorder .gitignore
2017-09-24 21:19:51 +09:00
Takeshi KOMIYA
9eec5fa8d7
Reorder .gitignore
2017-09-24 21:19:21 +09:00
Takeshi KOMIYA
4d58347c7d
Update CHANGES for PR #4052
2017-09-24 20:51:56 +09:00
Takeshi KOMIYA
0b1d8122e8
Merge pull request #4052 from peterjc/sort_highlighting_module_code
...
Sort before highlighting module code
2017-09-24 20:50:35 +09:00
Takeshi KOMIYA
f7359b2b9a
Merge pull request #4050 from tnir/docutils-0-14
...
Add support for docutils 0.14
2017-09-24 17:10:11 +09:00
Takeshi KOMIYA
7ecc2531f9
Update CHANGES for PR #4055
2017-09-24 17:05:47 +09:00
Oliver Sanders
261f74bc7a
Add test for ext.graphviz alignment.
2017-09-24 17:04:25 +09:00
Oliver Sanders
395f4d4ca8
Fix ext.graphviz alignment.
2017-09-24 17:04:24 +09:00
Takeshi KOMIYA
8f20132926
Merge pull request #4055 from oliver-sanders/fix-graphviz-svg-alignment
...
Fix ext.graphviz alignment.
2017-09-24 17:03:12 +09:00
Takeshi KOMIYA
0f22fcdfb6
Update CHANGES for PR #4067
2017-09-24 16:43:46 +09:00
Takeshi KOMIYA
7b0271ab49
Merge pull request #4067 from mitya57/stable
...
Return non-zero exit status when make subprocess fails
2017-09-24 16:43:12 +09:00
Takeshi KOMIYA
cad3ee8230
Merge pull request #4069 from tnir/4068-linkcheck-builder-docs
...
#4068 : Update linkcheck docs to use requests
2017-09-24 16:42:26 +09:00
Takeshi KOMIYA
a455ffcce1
Fix #4070 : crashes when the warning message contains format strings
2017-09-24 13:52:59 +09:00
Peter Cock
4d2cd03879
Reformat to avoid overly long line flake8 E501
2017-09-20 14:48:33 +01:00
Stephen Finucane
96cf498c9e
apidoc: Move apidoc to ext/apidoc
...
The 'sphinx-apidoc' tool is no longer the only kid on the block when it
comes to automatic documentation of Python projects, with the likes of
'sphinx-autoapi' in development [1], and is not really maintained. Given
the fact that the tool is tangential to Sphinx's main goal, there isn't
really anything that warrants its continue existence as a core module.
Signify this by moving the feature to 'ext'. This allows the feature to
continue to exist in the package, but indicates that stability might be
worse than one would expect from the core library.
To avoid breaking packages that are using this feature directly, such as
pbr [3], aliases for the old 'main' method are included. This is based
on what Django does and, like Django, will allow us to safely remove the
old modules in Sphinx 2.0.
[1] https://github.com/rtfd/sphinx-autoapi
[2] https://github.com/sphinx-doc/sphinx/pull/3485#issuecomment-288081223
[3] https://github.com/django/django/blob/1.11/django/test/runner.py#L688-L695
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-09-20 13:42:57 +01:00
jfbu
6b7e33a332
Update CHANGES for PR #4066
2017-09-20 10:44:31 +02:00
Jean-François B
59b4f32b38
Merge pull request #4066 from aszekMosek/patch-1
...
Avoiding indent after index entries in latex
2017-09-20 10:43:20 +02:00
jfbu
d0418f9129
Add test for #4066 latex \index
indent fix
2017-09-20 10:30:45 +02:00
jfbu
444b1998d8
Produce less `\ignorespaces
` in latex output
2017-09-20 09:56:06 +02:00
aszek
2ff6434b6a
Update fix as per discussion
2017-09-19 13:04:35 +02:00
aszekMosek
774f9d953a
Avoiding indent after index entries in latex
2017-09-19 13:04:35 +02:00
Takuya Noguchi
0e82661b63
#4068 : Update linkcheck docs to use requests
2017-09-18 23:57:08 +09:00
Dmitry Shachnev
4475fc80c5
Return non-zero exit status when make subprocess fails
...
For example, when latexmk is not installed.
2017-09-18 15:42:57 +03:00
Oliver Sanders
447582724d
Add test for ext.graphviz alignment.
2017-09-18 11:10:19 +01:00
Oliver Sanders
e47b30d566
Fix ext.graphviz alignment.
2017-09-18 11:09:48 +01:00