Georg Brandl
|
c41f516dda
|
#393: Fix the usage of Unicode characters in mathematic formulas when using the `pngmath ` extension.
|
2010-05-22 14:33:24 +02:00 |
|
Georg Brandl
|
0d4bc53e9e
|
Remove debugging leftover.
|
2010-05-22 14:18:53 +02:00 |
|
Georg Brandl
|
529d3f5329
|
#404: Make `\and work properly in the author field of the latex_documents ` setting.
|
2010-05-22 14:15:39 +02:00 |
|
Georg Brandl
|
87a4417791
|
Fix long line.
|
2010-05-22 13:17:09 +02:00 |
|
Georg Brandl
|
d9a4d1c1db
|
Fix for 12fea70b1a18: EncodedFile doesnt do the right thing either.
|
2010-05-22 12:07:05 +02:00 |
|
Georg Brandl
|
d1027d6057
|
Add json target.
|
2010-05-22 11:40:52 +02:00 |
|
Georg Brandl
|
015c1c13a5
|
#409: Make the `highlight_language ` config value work properly in the LaTeX builder.
|
2010-05-22 11:07:15 +02:00 |
|
Georg Brandl
|
be23bc91da
|
#418: Allow relocation of the translation JavaScript files to the system directory on Unix systems.
Patch by Toshio Kuratomi.
|
2010-05-22 10:52:53 +02:00 |
|
Georg Brandl
|
cbf309fa65
|
#414: fix universal newline handling of files included with "literalinclude".
codecs.open() does not support U in the mode argument; use the EncodedFile wrapper instead.
|
2010-05-22 10:49:42 +02:00 |
|
Georg Brandl
|
2477249d42
|
#417: Don't force dependency on the setuptools version mandated by ez_setup.py.
|
2010-05-22 10:32:33 +02:00 |
|
Georg Brandl
|
f5d52fa4f4
|
#377: Fix crash in linkcheck builder if all parent nodes have no line number set.
|
2010-04-18 09:55:38 +02:00 |
|
Georg Brandl
|
2c8e51a17b
|
merge
|
2010-04-17 12:57:15 +02:00 |
|
Georg Brandl
|
b8d55b2c73
|
#379: define hyperref citecolor to match color scheme.
|
2010-04-17 12:54:48 +02:00 |
|
Georg Brandl
|
83b57d738d
|
#387: Fix the display of search results in `dirhtml ` output.
|
2010-04-17 12:43:36 +02:00 |
|
Georg Brandl
|
992526def0
|
#376: In autodoc, fix display of parameter defaults containing backslashes.
|
2010-04-07 11:45:36 +02:00 |
|
Georg Brandl
|
3c9619ac4b
|
Add explicit hint about compiling message catalogs.
|
2010-04-06 19:31:35 +02:00 |
|
Georg Brandl
|
d66a6c4512
|
#370: complex arguments in list \item[] need to be enclosed in braces.
|
2010-04-06 19:06:43 +02:00 |
|
Georg Brandl
|
dea29d0f11
|
#374: Make the `doctest_path ` config value of the doctest extension actually work -- it was used after all tests were run.
|
2010-04-06 13:22:52 +02:00 |
|
Georg Brandl
|
0ca72d4199
|
Fix the handling of multiple toctrees when creating the global TOC for the `toctree() ` template function.
Fix the handling of hidden toctrees when creating the global TOC for the ``toctree()`` template function.
|
2010-04-06 09:12:22 +02:00 |
|
Georg Brandl
|
0f76788c57
|
Fix the handling of nested lists in the text writer.
The list counter needs to be a stack, to be able to handle nested lists.
|
2010-04-06 08:46:27 +02:00 |
|
Georg Brandl
|
1996a9e5e9
|
Add warning facility on unknown Pygments lexer names.
|
2010-04-04 20:27:41 +02:00 |
|
Georg Brandl
|
454c9d3b9e
|
#354: add link to rst2pdf manual.
|
2010-04-04 20:04:44 +02:00 |
|
Georg Brandl
|
aa08703a07
|
Fix file name where example docs are located.
|
2010-04-04 19:04:01 +02:00 |
|
Georg Brandl
|
f12991c93e
|
#362: In autodoc, check for the existence of `__self__ ` on function objects before accessing it.
|
2010-04-04 18:52:29 +02:00 |
|
Georg Brandl
|
e8fe8584e4
|
#353: Strip leading and trailing whitespace when extracting search words in the search function.
|
2010-04-04 18:40:06 +02:00 |
|
Georg Brandl
|
02d6640df3
|
Update version info for next development.
|
2010-03-01 23:28:25 +01:00 |
|
Georg Brandl
|
616fbc4ca9
|
Added tag 0.6.5 for changeset f76fb0be8011
|
2010-03-01 23:18:42 +01:00 |
|
Georg Brandl
|
e9fe355ecd
|
Update version and release date.
|
2010-03-01 23:12:59 +01:00 |
|
Georg Brandl
|
a83f9e7686
|
Make it clear that the default for "collapse" is True.
|
2010-02-28 19:54:25 +01:00 |
|
Georg Brandl
|
030f4c451b
|
In autodoc, fix the omission of some module members explicitly documented using documentation comments.
|
2010-02-28 15:20:11 +01:00 |
|
Georg Brandl
|
0341cc7c3d
|
Fix references to methods without a module.
|
2010-02-28 14:54:35 +01:00 |
|
Georg Brandl
|
523b16f005
|
Revert revision 0530a8aaaa9a; it does not work if dependent files are involved.
|
2010-02-28 09:49:23 +01:00 |
|
Georg Brandl
|
fbc2c113ee
|
#345: Fix cropping of sidebar scroll bar with `stickysidebar `
option of the default theme.
|
2010-02-28 09:45:28 +01:00 |
|
Georg Brandl
|
23cec21823
|
#341: Always generate UNIX newlines in the quickstart Makefile.
|
2010-02-27 22:54:31 +01:00 |
|
Georg Brandl
|
ee990c87f5
|
merge
|
2010-02-23 21:36:07 +01:00 |
|
Georg Brandl
|
b24e6d55e3
|
#338: Fix running with `-C ` under Windows.
|
2010-02-23 21:35:48 +01:00 |
|
anatoly techtonik
|
ef8ae809e6
|
store actual file modification time instead of now()
|
2010-02-23 19:10:43 +02:00 |
|
Georg Brandl
|
686824997d
|
In autodoc, allow customizing the signature of an object via autodoc-process-signature where the built-in mechanism fails.
|
2010-02-21 22:59:53 +01:00 |
|
Georg Brandl
|
b81b7a0463
|
Remove docs for autosummary features that are not actually in 0.6.
|
2010-02-21 21:46:07 +01:00 |
|
Georg Brandl
|
b9dd04176f
|
pygments_style for HTML is selected by the theme.
|
2010-02-19 19:58:35 +01:00 |
|
Georg Brandl
|
b2c79111f8
|
#331: Fix output for enumerated lists with start values in LaTeX.
|
2010-02-19 10:45:04 +01:00 |
|
Georg Brandl
|
24a5097717
|
Allow auto-detecting "docs" as sphinx source dir.
|
2010-02-07 23:40:40 +01:00 |
|
Georg Brandl
|
4688518d8d
|
Make the `start-after and end-before options to the literalinclude ` directive work correctly if not used together.
|
2010-01-30 18:49:42 +01:00 |
|
Georg Brandl
|
6aff01ea31
|
Consistently id-escape all hypertarget names.
|
2010-01-17 23:23:57 +01:00 |
|
Georg Brandl
|
affa2e166a
|
Consistent escaping also of docname targets.
|
2010-01-17 14:24:05 +01:00 |
|
Georg Brandl
|
8fc4896801
|
#321: Fix link generation in the LaTeX builder -- target names need to be escaped in references as well as definitions.
|
2010-01-17 14:17:23 +01:00 |
|
Georg Brandl
|
097810e011
|
#288: fix bottom margin of paragraphs in admonitions.
|
2010-01-17 12:18:21 +01:00 |
|
Georg Brandl
|
fa00d30daf
|
Add link to rst2pdf generated version.
|
2010-01-12 21:11:20 +00:00 |
|
Georg Brandl
|
d7a4fc7660
|
Added tag 0.6.4 for changeset 24a206106321
|
2010-01-12 21:09:55 +00:00 |
|
Georg Brandl
|
872062f93b
|
Prepare for release 0.6.4.
|
2010-01-12 20:55:59 +00:00 |
|