Georg Brandl
695cebd254
Add sphinx.version_info for better programmatic check of the Sphinx version.
2013-10-12 20:48:03 +02:00
Georg Brandl
d79131c680
Remove handlers for the "refcount" node.
2013-10-12 19:36:06 +02:00
Georg Brandl
ea8fad0de6
Removed the `sphinx.ext.refcounting
` extension -- it is very specific to
...
CPython and has no place in the main distribution.
2013-10-12 19:27:49 +02:00
Georg Brandl
5287dc6c61
Merged in JonnyJD/sphinx-fix-none-property (pull request #179 )
...
autodoc: fix annotation None for properties
2013-10-10 07:17:31 +02:00
Johannes Dewender
2e07e7dc25
autodoc: fix annotation None for properties
...
This is a follow-up for pull request #109
/ bdb3fadacd96cc9019440f2b3aad74f9c72b0500
2013-10-09 15:14:14 +02:00
Eric Knibbe
0b22e43653
Added more domain links.
2013-10-08 14:35:32 +00:00
Takayuki Shimizukawa
313559116d
Backed out changeset cfe9e2d11003 refs #1265
2013-10-04 08:12:20 +00:00
Takayuki Shimizukawa
603a75d8d3
Now gettext translates label target name. Fix i18n: crash when using a indirect target and translating a target section name. Closes #1265
2013-10-04 05:07:09 +09:00
Georg Brandl
7127a468d3
Added tag 1.2b3 for changeset 29b5b4c7a0d9
2013-10-03 19:56:46 +02:00
Georg Brandl
3cd645f31e
Bump to 1.2b3.
2013-10-03 19:56:38 +02:00
Takayuki Shimizukawa
be65b99879
grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-ASCII filename'. refs #703
2013-10-03 06:43:22 +00:00
Takayuki Shimizukawa
1c02e0ee29
add QGIS page for examples page
2013-10-03 06:08:24 +00:00
Takayuki Shimizukawa
e81a2d884e
Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes #1264
2013-10-03 05:55:58 +00:00
Takayuki Shimizukawa
b37f385810
Add test refs #1265 (comment-6264794) to validate translated label link shifting.
2013-10-03 02:53:53 +00:00
Georg Brandl
2166403a03
Extend extension info to the module filename for each loaded ext.
2013-10-02 09:32:43 +02:00
Georg Brandl
df955e6340
Add list of extensions to the traceback log file on unhandled exceptions.
2013-10-02 09:25:09 +02:00
Georg Brandl
e56b38f528
Update localizations from tx.
2013-10-02 09:22:51 +02:00
Georg Brandl
8870db8787
grammar fix
2013-10-01 19:51:45 +02:00
Georg Brandl
895899b7bb
small grammar fix in multibyte filename messages
2013-10-01 19:50:32 +02:00
Georg Brandl
33cd5e4978
Closes #1278 : fix typo in attribute name in_production_list.
2013-10-01 19:46:32 +02:00
Georg Brandl
913c235e81
merge
2013-10-01 19:45:59 +02:00
Matthias C. M. Troffaes
f658625434
Do not lower() citeid in latex writer's bibitems.
2013-10-01 08:37:48 +01:00
Georg Brandl
31208a849a
changelog fixup
2013-09-29 09:19:11 +02:00
Takayuki Shimizukawa
58be2f19b3
When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeError and continuing if possible instead of raise exception. Closes #703
2013-09-28 12:51:20 +00:00
Takayuki Shimizukawa
445bb5daec
fix: A wrong conditoin check break search feature on first page that is usually index.rst. This issue was introduced at 46d0815, cfbdd84.
2013-09-26 00:10:23 +09:00
Erik Bernoth
79191487ca
moved comment above describing element
2013-09-25 16:12:53 +02:00
Erik Bernoth
3a388148d7
writers/latex: debug bibtex hypertarget labels
...
The LaTeX reference target used to be the bibitem id. But the bibitem id was
already rewritten to contain a number instead of the lowercased id name, that
is given by the bibtex file. This change adds a new element to the bibitem
instantiation which contains the id from the bibtex file. The hypertarget uses
this bibitem element now.
The alternative fix would be to hyperref the numbered id and leave the target
with the id number as it is. We decided against it, because in the html builder
both the ref and the target use the bibtex id name and not the number.
Signed-off-by: Erik Bernoth <erik.bernoth@gmail.com>
Acked-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2013-09-24 16:01:12 +02:00
Takayuki Shimizukawa
5def0cc353
Merged in alimony/sphinx/add_missing_epub_options (pull request #170 )
...
Add two missing epub options to the default conf.py
2013-09-23 23:01:48 +09:00
Takayuki Shimizukawa
9d47a7f0cc
update CHANGES for removing 'sphinx' prefix from latex document class name
2013-09-23 22:58:37 +09:00
Takayuki Shimizukawa
dab3f56267
Merged in erikb85/sphinx (pull request #154 )
...
Removing "sphinx" prefix from Latex class parsing
2013-09-23 22:53:10 +09:00
Erik Bernoth
831f450bba
Note in the documentation, that prepending "sphinx" is not necessary anymore.
2013-09-23 13:54:18 +02:00
Erik Bernoth
97caf8d583
Make sure people know that they can actually use other document classes now.
2013-09-23 13:26:09 +02:00
Takayuki Shimizukawa
7682f477dc
Fix i18n: crash when translating section name that is pointed from named target. Closes #1265
2013-09-23 19:53:22 +09:00
Takayuki Shimizukawa
c7114f704b
Merged in techtonik/sphinx-1/techtonik/add-link-to-irc-channel-1379750124356 (pull request #169 )
...
add link to IRC channel
2013-09-23 10:05:54 +09:00
Takayuki Shimizukawa
53810ae607
fix: test_build_latex and test_build_texinfo raise SkipTest if command missing. Closes #1184 .
2013-09-23 09:57:36 +09:00
Markus Amalthea Magnuson
182ac35f2c
Add two missing epub options to the default conf.py
2013-09-22 21:31:10 +02:00
anatoly techtonik
02123adce4
add link to IRC channel
2013-09-21 07:55:37 +00:00
Erik Bernoth
804b6a0cdb
Conditional prefix prepending for docclasses
...
To remove the prefix for document classes completely is not necessary. Old
style config files can still work if there is a corresponding condition which
prepends 'sphinx' only when the configured document class is one of the Sphinx
specific classes.
2013-09-20 11:45:56 +02:00
Takayuki Shimizukawa
99008f5b78
Fix again: NFC/NFD normalizing problem. Closes #1142
2013-09-18 08:51:20 +00:00
Georg Brandl
09457108a1
Added tag 1.2b2 for changeset 5a93cc107388
2013-09-17 15:51:57 +02:00
Georg Brandl
8da68a8d66
Bump to 1.2b2.
2013-09-17 15:46:04 +02:00
Georg Brandl
13f6fc7994
* `apidoc
now ignores "_private" modules by default, and has an option
-P
`
...
to include them.
* ``apidoc`` now has an option to not generate headings for packages and
modules, for the case that the module docstring already includes a reST
heading.
2013-09-17 15:28:02 +02:00
Georg Brandl
a8b872c925
Changelog entry and cleanup for PR#131.
2013-09-17 14:49:52 +02:00
Georg Brandl
d0cf2617cf
Merged in dcmouser/sphinx-fork-dcmouser (pull request #161 )
...
Added option to apidoc to write each module to standalone page instead of combining all modules in a package on one page.
2013-09-17 14:39:04 +02:00
Takayuki Shimizukawa
94fd97c6f3
Ignoring the string consists only of white-space characters. Closes #1234
2013-09-17 12:10:42 +00:00
Takayuki Shimizukawa
1ca7b1c713
Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142
2013-09-17 20:32:18 +09:00
Georg Brandl
2480ea190f
Closes #1225 : fix CSS for viewcode blocks in haiku theme.
2013-09-17 07:54:48 +02:00
Georg Brandl
7b8f78afac
Small doc fixes for setuptools change.
2013-09-17 07:51:30 +02:00
Georg Brandl
266d0787d8
Fix new getargspec implementation for 3.x.
2013-09-17 07:51:10 +02:00
Takayuki Shimizukawa
93e7623cd8
Add feature: theme package collection by using setuptools plugin mechanism.
2013-09-16 23:57:58 +09:00