Commit Graph

326 Commits

Author SHA1 Message Date
eplusx
c9e18c2646 Fix section 2011-01-24 09:09:57 +09:00
Georg Brandl
936c78cd32 Section headings in :rst:dir:only directives are now correctly handled. 2011-01-08 19:56:32 +01:00
Georg Brandl
f5ecd62d05 #537: Added :confval:nitpick_ignore. 2011-01-08 18:36:52 +01:00
Georg Brandl
8814e97389 Always warn on missing :doc: or citation references. 2011-01-08 17:59:44 +01:00
Georg Brandl
a20b68cd3e Refactor warning-emission for unknown references. 2011-01-08 17:55:34 +01:00
Georg Brandl
2524f31069 Rename attribute to better fit the purpose. 2011-01-08 17:36:00 +01:00
Georg Brandl
661101663a Bump env version after addition of versioning_method. 2011-01-08 17:33:02 +01:00
Georg Brandl
c266128c6d Rename "intl" module to "gettext", to make it easier to find. Distinguish environments with different versioning methods and always give the gettext builder its own doctree dir. 2011-01-08 17:32:32 +01:00
Georg Brandl
893d64ec50 merge with 1.0 2011-01-08 16:57:17 +01:00
Georg Brandl
388079984d #572: Show warnings by default when reference labels cannot be found. 2011-01-08 16:41:15 +01:00
Georg Brandl
65e926cc57 #536: Include line number when complaining about missing reference targets in nitpicky mode. 2011-01-08 16:04:19 +01:00
Daniel Neuhäuser
071546601e Handle versioning in the environment 2011-01-08 00:06:02 +01:00
Georg Brandl
5c39cfb6e9 merge with 1.0 2011-01-07 19:04:53 +01:00
Georg Brandl
bf767d5222 #454: Add more index markup capabilities: marking see/seealso entries, and main entries for a given key. 2011-01-07 19:00:29 +01:00
Georg Brandl
98d884da6e #306: Added :event:env-get-outdated event. 2011-01-07 16:41:44 +01:00
Georg Brandl
b75253dc82 Fix a traceback when removing files with globbed toctrees. 2011-01-07 14:53:12 +01:00
Georg Brandl
33647ec898 Give line number info where possible in toctree-related warnings. 2011-01-07 14:22:27 +01:00
Georg Brandl
c50054c8da If an autodoc object cannot be imported, always re-read the document and show the full traceback of the import error. 2011-01-07 10:19:45 +01:00
Georg Brandl
0d1a8e5720 merge with 1.0 2011-01-06 13:07:07 +01:00
Georg Brandl
400e1a7fa8 Fix traceback with `only` directives preceded by targets. 2011-01-06 12:50:14 +01:00
Georg Brandl
17ef080bb5 merge with 1.0 2011-01-04 21:42:09 +01:00
Georg Brandl
4ce378be29 #209: Added :confval:text_newlines and :confval:text_sectionchars config values. 2011-01-04 21:41:05 +01:00
Georg Brandl
5c0c465db2 #383: Support sorting a limited range of accented characters in the general index. 2011-01-04 17:14:00 +01:00
Georg Brandl
17efae5622 merge with 1.0 2011-01-04 11:29:09 +01:00
Georg Brandl
0e1db6ad90 New year update. 2011-01-04 10:00:51 +01:00
Georg Brandl
3642b521ed merge with 1.0 2011-01-04 00:35:27 +01:00
Georg Brandl
a4036ae6ad Remove redundant local. 2011-01-03 19:51:44 +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
Georg Brandl
5edd11b245 merge with 1.0 2010-10-22 19:26:28 +02:00
Georg Brandl
f4988dfa17 #523: fixes for qthelp index. 2010-10-22 11:42:56 +02:00
Georg Brandl
db8189083d merge with 1.0 2010-10-22 11:16:48 +02:00
Georg Brandl
357f8472c7 #534: warning message instead of crash if invalid Pygments lexer name is used. 2010-10-22 10:02:10 +02:00
Georg Brandl
2e520e5e7b #460: Allow limiting the depth of section numbers for HTML. 2010-08-25 09:59:53 +00:00
Georg Brandl
1961292029 merge with 1.0 2010-08-23 16:27:25 +00:00
Georg Brandl
6ef0e9ea67 #494: Fix the `maxdepth option for the toctree() template callable when used with collapse=True`. 2010-08-23 15:59:20 +00:00
Georg Brandl
398fb3f00c Add new env method to get the real path to a file reference, and use it. 2010-08-23 13:07:19 +00:00
Georg Brandl
630791c42c Docstring harmonization. 2010-08-22 11:36:08 +02:00
Georg Brandl
2e17fac622 merge with DasIch/sphinx-i18n 2010-08-21 19:34:05 +02:00
Georg Brandl
c170c5f5da Code style nits. 2010-08-21 19:19:12 +02:00
Robert Lehmann
7a40e07eda merge with trunk 2010-08-17 11:08:23 +02:00
Daniel Neuhäuser
532a0de601 Monkey patch .gettext with .ugettext if possible (we use python 2.x) 2010-08-15 12:22:43 +02:00
Daniel Neuhäuser
ce4c5a63fa merge with lehmannro/sphinx-i18n 2010-08-15 11:55:46 +02:00
Georg Brandl
861941e5f1 merge with 1.0 2010-08-05 16:20:12 +02:00
Georg Brandl
580e1c90d3 #481, #482: fix `.name` reference matching.
#482: When doing a non-exact search, match only the given type of object.
#481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
2010-08-05 13:39:23 +02:00
Georg Brandl
3a61b58b3f #470: Fix generated target names for reST domain objects; they are not in the same namespace. 2010-07-27 14:45:17 +02:00
Georg Brandl
0e2f523783 Reintroduce env.note_versionchange(). 2010-07-23 14:15:25 +01: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