Takayuki Shimizukawa
f24b1998f2
fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #1038
2012-11-28 15:49:06 +09:00
Takayuki Shimizukawa
96779ffed8
fix: cpp domain parser cannot parse a const type with a modifier. closes #1041
2012-11-28 15:26:44 +09:00
Takayuki Shimizukawa
fb770e9013
fix some grammar refs #1044 . thanks @mitya57 !
2012-11-27 20:07:30 +09:00
Takayuki Shimizukawa
c347b50330
fix #1044 refs #955 : fix external/inline links with localization
2012-11-27 17:30:08 +09:00
Takayuki Shimizukawa
f50091b643
fix #955 : consider the numbered-footnote. update test and code
2012-11-22 12:12:41 +09:00
Takayuki Shimizukawa
30c3fff6d7
fixed #955 : footnote i18n translation cause KeyError and 'Only update text nodes in translation' change at b7b808e46851 break translation.
2012-11-22 11:43:09 +09:00
Jonathan Waltman
4e715ff0bf
Avoid unknown option warnings for use_2to3 in setup.py under Python 2.
2012-11-11 01:33:52 -06:00
Jonathan Waltman
c134b218b7
Closes #681 : Allow nested parentheses in C++ signatures (patch by Vadim and Jim Naslund)
2012-11-10 23:37:42 -06:00
Jakub Wilk
eabcf7883e
sphinx/search/__init__.py: make stopwords array sorted
2012-11-09 18:09:50 +04:00
Jonathan Waltman
6f9e541ab5
autodoc: Handle explicit instance attributes in :members: (re #904 )
2012-11-08 21:19:47 -06:00
Jonathan Waltman
34cbd684a9
Update sys.path to avoid autodoc warnings when building docs in tests/root.
2012-11-08 21:16:41 -06:00
Takayuki Shimizukawa
d7f7143cb5
Closes #1037 : fix typos in Polish translation by attached patch.
2012-11-09 11:24:37 +09:00
Takayuki Shimizukawa
22d1280dac
Closes #1024 : 'command not found' status code is 127.
2012-11-09 07:53:58 +09:00
Takayuki Shimizukawa
dd09c4ce45
Closes #1024 : Makefile improve error message if Sphinx is not found
2012-11-07 19:24:05 +09:00
Takayuki Shimizukawa
378b18d85e
#1024 make.bat improve error message if Sphinx is not found
2012-11-07 19:22:01 +09:00
Takayuki Shimizukawa
99621d7a01
Closes #920 : rescue PIL packaging issue that allow import Image
without PIL
namespace.
...
Also closes #702 .
2012-11-07 07:42:44 +09:00
Georg Brandl
dd84529c42
Add the Ubuntu packaging guide.
2012-11-04 11:29:47 +01:00
Georg Brandl
4763419db1
Update Sphinx URL to new sphinx-doc.org domain.
2012-11-04 11:28:12 +01:00
Takayuki Shimizukawa
f9b1f7d2f2
fix: ziptheme.zip block removing test temporary directory on Windows.
2012-11-04 09:30:19 +09:00
Jonathan Waltman
9d412304cd
Remove trailing whitespace.
2012-11-03 12:41:09 -05:00
Jonathan Waltman
025ae13703
setup.py: Update "requires" to docutils>=0.10.0 under Python 3.3
2012-11-03 12:29:55 -05:00
Georg Brandl
b0fa05fecd
merge heads
2012-11-03 17:33:03 +01:00
anatoly techtonik
e3ae24f8e4
make.bat: improve error message if Sphinx is not found
2012-11-03 19:21:07 +03:00
Jonathan Waltman
0e44cb20a1
setup.py: Require Docutils >= 0.10 when running under Python >= 3.3
2012-11-03 11:11:38 -05:00
Jonathan Waltman
55b28b0198
Fix whitespace / line length issues reported by "make test"
2012-11-03 11:04:32 -05:00
Jonathan Waltman
e1209ecd90
sphinx-build: Require Docutils >= 0.10 when running under Python >= 3.3
2012-11-03 09:52:39 -05:00
Jonathan Waltman
b057ef76ef
Require Docutils 0.10 in tox py33 test env.
2012-11-03 09:37:35 -05:00
Jonathan Waltman
2dc47649a2
Update distribute_setup.py to version 0.6.30 ( http://python-distribute.org/distribute_setup.py )
2012-11-03 07:35:20 -05:00
Robert Lehmann
c3d4887a36
Configure Travis CI.
2012-11-03 10:50:50 +01:00
Robert Lehmann
bb51110b3e
Add OpenCV.
2012-11-02 17:27:02 +01:00
Robert Lehmann
31536aafa2
Link domains provided by sphinxcontrib.
2012-11-02 16:52:55 +01:00
Robert Lehmann
edebdbbb7b
Update domains provided by sphinxcontrib.
2012-11-02 16:02:32 +01:00
Georg Brandl
1f905f121a
Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.
2012-11-01 17:58:47 +01:00
Georg Brandl
00b3433b0d
merge with Takayuki's sphinx-fix-testing-fork
2012-11-01 17:56:16 +01:00
Georg Brandl
72962c99b7
Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.
2012-11-01 17:52:41 +01:00
Georg Brandl
21d57d3125
Fix running tests under Python 3 without tox.
2012-11-01 17:38:22 +01:00
Takayuki Shimizukawa
ee0d0ed1fd
adjust code-comment to suitable reST format
2012-10-31 10:21:16 +09:00
Takayuki Shimizukawa
88e1bbe307
fix #1008 : fix autodoc documenter resolve ordering.
...
note: MethodDocumenter and FunctionDocumenter is same priority then
Documenter.format_signature() choice documenter is not stable
(depend on memory condition?).
2012-10-31 09:20:36 +09:00
Takayuki Shimizukawa
d51b5d5118
merge heads
2012-10-30 20:41:05 +09:00
Georg Brandl
c411b51fbb
Closes #998 : fix manpage writer in expectation of docutils 0.10 API change
2012-10-30 10:48:48 +01:00
Georg Brandl
f4cfc45319
Add a py33 environment.
2012-10-30 10:46:32 +01:00
Georg Brandl
d13c0470af
Update requirements documentation.
2012-10-30 10:24:57 +01:00
Georg Brandl
4961799528
Remove obsolete tox environments.
2012-10-30 10:22:51 +01:00
Georg Brandl
447ba07b3c
Add Istihza.
2012-10-30 10:21:53 +01:00
Georg Brandl
6f824a533d
Add Valence.
2012-10-30 10:20:59 +01:00
Georg Brandl
b40a5a0c0e
Add Turbulenz.
2012-10-30 10:20:10 +01:00
Georg Brandl
1d4c1c11f5
Add PSI4.
2012-10-30 10:19:41 +01:00
Georg Brandl
9a2760fcb1
Add DEAP.
2012-10-30 10:18:11 +01:00
Georg Brandl
cac6b44169
Add MathJax.
2012-10-30 10:11:05 +01:00
Georg Brandl
2671d55436
Update required Python to 2.5.
2012-10-30 09:55:44 +01:00