Robert Lehmann
ca900593c0
Clear up Pygments is mandatory
...
While Pygments is not required for other builders, it is *always* used in the HTML builder.
2016-04-05 11:32:16 +02:00
Robert Lehmann
c5f412f491
Fix typo.
2015-10-09 08:24:17 +02:00
Robert Lehmann
fff61dd1f8
Fix PEP8 complaint
...
pyflake8: E128 continuation line under-indented for visual indent.
2015-09-11 17:10:04 +02:00
Robert Lehmann
6552e97425
Hint True/False being valid for autosummary_generate.
2015-09-11 09:56:14 +02:00
Robert Lehmann
ca655f31a8
Fixes #1984 : Hint None being valid for primary_domain.
2015-09-11 09:56:09 +02:00
Robert Lehmann
8b00f57f4d
Fixed #1786 : Add configurable type hints.
...
This adds the option of giving, in addition to the type of the default
value, hints about permissible types for configuration values.
2015-09-11 09:51:14 +02:00
Robert Lehmann
f323b60641
Explicitly mention sphinx-users mailing list
...
This should now answer searches for "mailing list" and "sphinx-", in case users just skim the Web site.
I have checked this in a Web browser and it looks good IMO (box not overfull.)
2015-06-24 21:13:24 +09:00
Robert Lehmann
e8ab6cc44e
Explicitly mention sphinx-users mailing list
...
This should now answer searches for "mailing list" and "sphinx-", in case users just skim the Web site.
I have checked this in a Web browser and it looks good IMO (box not overfull.)
2015-06-24 13:32:01 +02:00
Robert Lehmann
32b0a0da2b
Merge pull request #1889 from tacaswell/fix_syntax_error_onpy35
...
FIX : fix syntax error in python 3.5
2015-05-14 12:37:16 +02:00
Robert Lehmann
657c53b0f5
Fixes #1785 : Reduce output for test generators.
2015-03-20 22:26:32 +01:00
Robert Lehmann
89c53d5a2b
Merge pull request #1727 from lehmannro/restore-pycompat
2015-02-24 07:56:17 +01:00
Robert Lehmann
baf8c0dbe1
Mention pycompat in changelog.
2015-02-24 07:48:31 +01:00
Robert Lehmann
5c6411bfb1
Also restore pycompat.class_types and deprecate it properly.
2015-02-24 07:48:14 +01:00
Robert Lehmann
2c22f737bd
Slated for removal in 1.4.
2015-02-14 11:27:40 +01:00
Robert Lehmann
b9cd85ad41
Also restore pycompat.{String,Bytes}IO.
2015-02-14 11:16:41 +01:00
Robert Lehmann
67ea6ddb97
Warn when accessing deprecated attributes.
...
Previously, only calling a deprecated function issued a warning.
Attributes (like sphinx.util.pycompat.class_types) would never warn.
2015-02-14 11:11:37 +01:00
Robert Lehmann
b61640959d
Restore pycompat API. Fixes #1726 .
...
All compatibility helpers which have been in this module should be
resurrected -- and, at the same time, deprecated -- to grant
backwards-compatibility with older Sphinx versions to third-party
extensions.
This does NOT restore compatibility with any older Python versions.
2015-02-14 10:17:04 +01:00
Robert Lehmann
193aadb140
Fix warning to report actual line of occurrence.
2015-02-14 10:15:51 +01:00
Robert Lehmann
f69e6ed4eb
Fix ambiguous reference.
2015-02-14 10:13:37 +01:00
Robert Lehmann
3eb4afaa1a
Document pass-through of language in HTML templates.
...
Originally added in dee3e60 .
2015-02-14 10:02:04 +01:00
Robert Lehmann
c528b65292
Refactor tests.
2014-11-09 09:55:56 +01:00
Robert Lehmann
ed5f77916f
Spec out configuration type checks.
2014-11-05 14:33:30 +01:00
Robert Lehmann
49d9efa13b
Fix type checking for subclass scenarios.
2014-11-05 10:52:04 +01:00
Robert Lehmann
e1a211c414
Changelog for PR#314.
2014-10-31 11:14:14 +01:00
Robert Lehmann
f607414034
Remove references to outdated warning category.
2014-10-31 11:13:45 +01:00
Robert Lehmann
872f35f113
Remove superfluous warning category.
2014-10-30 15:59:14 +01:00
Robert Lehmann
5cc72ca52b
Checked configuration values for their types. Fixes #1150 .
2014-10-30 15:46:02 +01:00
Robert Lehmann
529519275e
Fixed W3C Validator errors in index page.
2014-02-05 15:06:59 +01:00
Robert Lehmann
c853aa2431
Remove duplicate visitor method.
2013-01-06 12:25:25 +01:00
Robert Lehmann
32b87e258b
merge birkenfeld/sphinx
2013-01-06 12:14:57 +01:00
Robert Lehmann
f91dbc7587
Changelog for PR#99.
2013-01-06 11:53:56 +01:00
Robert Lehmann
2b3fb57cc5
merge knzm/sphinx-fix-seealso-fork
2013-01-06 11:44:58 +01:00
Robert Lehmann
0725cb608a
merge with birkenfeld/sphinx
2013-01-02 17:45:33 +01:00
Robert Lehmann
ebc953d15c
Fix seealso labels in text builder.
2012-12-23 17:50:41 +01:00
Robert Lehmann
cbca1bdc97
Verify seealso directives end up in gettext catalogs.
2012-12-16 21:21:37 +01:00
Robert Lehmann
be25138d93
Closes #960 : Convert seealso directive to ordinary admonition.
2012-12-16 21:08:19 +01: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
Robert Lehmann
bdd0e9baa1
Trigger rebuild when todo visibility is toggled (mentioned in #884 ).
2012-02-29 18:29:16 +01:00
Robert Lehmann
0eb8e0208e
Show generic admonition titles in Pyramid theme.
2012-02-29 18:28:22 +01:00
Robert Lehmann
4c32337bbf
Fix #884 : Highlight todo admonitions differently.
2012-02-29 18:27:54 +01:00
Robert Lehmann
199e0b3325
Highlight generic admonitions in Pyramid theme.
2012-02-29 18:26:43 +01:00
Robert Lehmann
6abbacfcfc
Fix filename.
2012-02-26 18:31:42 +01:00
Robert Lehmann
a3d17de2f9
Fixed syntax error.
2012-02-17 17:16:09 +01:00
Robert Lehmann
f646779255
Fix typo.
2012-02-15 08:43:26 +01:00
Robert Lehmann
c3f837be7e
Clarify source directory error.
2012-02-15 08:42:53 +01:00
Robert Lehmann
d4fe56eafb
Stop graphviz nodes from showing up twice in text builders.
2012-02-15 08:15:07 +01:00
Robert Lehmann
cba0a2e212
Merged in bluec0re/sphinx (pull request #38 )
2012-01-05 07:07:44 +01:00
Robert Lehmann
5a911b5198
Closes #846 : Narrow down quick search styling.
2012-01-03 12:43:13 +01:00
Robert Lehmann
ff06931381
Closes #846 : Narrow down quick search styling.
2012-01-03 12:43:13 +01:00
Robert Lehmann
356b1ab8d3
Fix typo.
2011-10-08 16:17:00 +02:00
Robert Lehmann
468a15cbf0
Add project name to PO header.
2011-10-08 16:04:42 +02:00
Robert Lehmann
1a287bb7e2
Change default visibility for C++ superclasses.
2011-10-08 14:55:18 +02:00
Robert Lehmann
ea5d3359e9
merge
2011-10-08 14:09:21 +02:00
Robert Lehmann
9904596da8
Fixes #678 : Support superclass declarations in C++ domain.
2011-10-08 14:02:13 +02:00
Robert Lehmann
83b5fa9485
merge
2011-10-07 09:10:27 +02:00
Robert Lehmann
b8873fe7b0
Fixes #354 : Addressed PDF generation in the tutorial.
2011-10-06 14:52:54 +02:00
Robert Lehmann
e4ceadd9ae
merge
2011-10-03 14:09:19 +02:00
Robert Lehmann
0f47e55787
Respect gettext_compact in message patching too.
2011-10-03 14:08:33 +02:00
Robert Lehmann
77329bf497
Closes #561 : Add configuration option to prevent catalog bundling.
2011-10-03 13:20:53 +02:00
Robert Lehmann
88af4549d7
Merge with 1.0
2011-10-02 17:58:31 +02:00
Robert Lehmann
c6d9f56895
Move 'Hide Search Matches' to search box.
...
This is (a) semantically cleaner and (b) shows that feature even when source
links are disabled.
2011-10-02 17:03:56 +02:00
Robert Lehmann
478ffe5632
Closes #778 : Fix CSS class selector.
2011-10-02 16:58:43 +02:00
Robert Lehmann
b5f53e1972
Move node filtering into extract_messages.
2011-07-06 08:52:07 +02:00
Robert Lehmann
f1f7bde914
Distribute UUIDs over multiple comment lines.
2011-07-06 08:34:26 +02:00
Robert Lehmann
f477eaf26f
Comment and stretch out code.
...
Also leverage the fact that we ignore Sphinx' built-in messages for catalogs.
2011-07-06 08:31:40 +02:00
Robert Lehmann
651a00f3cd
Close #630 : Revamp data structures used for message catalogs.
2011-07-06 08:25:25 +02:00
Robert Lehmann
793042713c
Closes #760 : Escape project name in man/texinfo configuration.
2011-09-16 13:34:17 +02:00
Robert Lehmann
0dd3aa123d
Closes #762 : Update html2rest source location.
2011-09-16 08:25:00 +02:00
Robert Lehmann
0c9c9e8bee
Refactor comment generating code for message catalogs.
...
Bring back UUIDs in comments too.
Overrides kou's 7b77dd3717af.
2011-07-06 07:50:02 +02:00
Robert Lehmann
8187d7f04c
Closes #724 : Add license for Underscore.js.
2011-06-28 20:37:29 +02:00
Robert Lehmann
8dc49de956
merge with trunk
2010-11-30 14:25:44 +01:00
Robert Lehmann
4a2ce98cd8
Recommend best practice instead of sphinx-to-github.
...
Reported by the original author, Michael Jones, on sphinx-dev.
http://groups.google.com/group/sphinx-dev/msg/1faa6adbe1bf0819
2010-12-09 10:44:31 +01:00
Robert Lehmann
3de93d83d6
Split up tests for locale patching.
2010-11-14 19:50:30 +01:00
Robert Lehmann
84298debb7
Supply missing PO file for tests.
2010-11-14 19:43:28 +01:00
Robert Lehmann
f055c1593f
Split up sphinx-i18n tests into build and patch phase.
2010-11-14 19:42:50 +01:00
Robert Lehmann
3ab3400c12
Remove generated catalogs properly after tests.
2010-11-13 13:15:15 +01:00
Robert Lehmann
3d006f827d
Transform false positives into skipped tests.
2010-11-13 13:14:35 +01:00
Robert Lehmann
b720156437
Tested section grouping for translations.
2010-11-13 12:59:12 +01:00
Robert Lehmann
f411dbce23
Ignored translator errors in non-paragraphs for now.
2010-11-13 12:50:52 +01:00
Robert Lehmann
b151aa56e1
Clean up coding style for better comprehensibility.
2010-11-13 12:49:39 +01:00
Robert Lehmann
6812af60c2
merge
2010-08-27 01:03:57 +02:00
Robert Lehmann
ef870346de
Document internationalization mechanisms.
2010-08-27 01:02:49 +02:00
Robert Lehmann
7a40e07eda
merge with trunk
2010-08-17 11:08:23 +02:00
Robert Lehmann
fda1d0985a
Fixed docname resolution.
2010-07-14 23:41:38 +02:00
Robert Lehmann
38e1e7770f
Move translation patching back into transform for chronological order.
2010-07-14 22:01:08 +02:00
Robert Lehmann
583f4a100e
Ignore translations which fall back to NullTranslations.
2010-06-30 13:11:22 +02:00
Robert Lehmann
4fa9fe3290
Skip untranslated msgids.
2010-06-30 12:59:12 +02:00
Robert Lehmann
93f2924008
Switch from normalized representation to rawsource.
2010-06-30 12:57:26 +02:00
Robert Lehmann
6e9b3c7249
Test if doctrees retain semantic structure.
2010-06-30 12:57:10 +02:00
Robert Lehmann
8a5af56e62
Disallow structural changes to TextElements; replace their children instead.
2010-06-30 12:50:34 +02:00
Robert Lehmann
1433b5cb11
Test translation patching in vitro.
2010-06-29 23:30:22 +02:00
Robert Lehmann
4b8249e6b1
Fix translation lookup and propagation.
2010-06-29 22:54:59 +02:00
Robert Lehmann
684ecc2678
Preliminary fix for broken translations in autodoc/viewcode.
2010-06-29 08:08:31 +02:00
Robert Lehmann
6a715f5d1a
Move translation patching into read_doc for access to runtime settings.
2010-06-29 08:06:48 +02:00
Robert Lehmann
bbc03c26e3
Make locale.init reentrable.
2010-06-29 08:05:28 +02:00
Robert Lehmann
804b8df9bb
Prepare locale initialization for multiple catalogs.
2010-06-26 15:30:35 +02:00
Robert Lehmann
ba5e496a5d
Hide canonical path separator.
2010-06-26 15:29:25 +02:00