M. Nasimul Haque
05ba0766b3
Add filename option to code-block
...
Prepend the given filename to the code block
2013-09-26 00:56:16 +01: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
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
Georg Brandl
f784d763d2
Closes #1192 : Fix escaping problem for hyperlinks in the manpage writer.
2013-09-16 10:55:46 +02:00
Georg Brandl
ee2c8d01c2
Closes #1185 : Don't crash when a Python module has a wrong or no encoding declared,
...
and non-ASCII characters are included.
2013-09-16 10:45:43 +02:00
Georg Brandl
8bd4860f4c
Closes #828 : use inspect.getfullargspec() to be able to document functions with
...
keyword-only arguments on Python 3.
2013-09-16 10:36:16 +02:00
Georg Brandl
0551a8731c
Fixes #1204 : use the correct relative path referring to local intersphinx targets.
2013-09-16 10:34:29 +02:00
Georg Brandl
ae8782178e
Test suite quickfix.
2013-09-16 09:45:56 +02:00
Georg Brandl
f4a0a81f4c
#1259 : Guard the debug output call when emitting events; to prevent the
...
repr() implementation of arbitrary objects causing build failures.
2013-09-16 09:31:05 +02:00
Georg Brandl
44418fd1a1
changelog update for PR#136
2013-09-16 09:26:14 +02:00
Georg Brandl
d2b4f9a095
Merged in Vladimirsson/sphinx (pull request #136 )
...
Added ``imported-members`` option for ``automodule`` directive in autodoc
2013-09-16 09:23:56 +02:00
Georg Brandl
2b67a52bb8
Merged in mdboom/sphinx/tooltip-escaping (pull request #128 )
...
Escape the quotes in the tooltip message
2013-09-16 09:22:14 +02:00
Georg Brandl
cbaad505a7
Small code style fix.
2013-09-16 09:21:31 +02:00
Georg Brandl
1a99c74e4b
Merged in RelentlessIdiot/sphinx (pull request #149 )
...
Fix #1203 : Do not append space to unknown field names.
2013-09-16 09:18:47 +02:00
Georg Brandl
de2e47bfce
IRC channel update.
2013-09-16 09:16:08 +02:00
Georg Brandl
6658b755df
merge
2013-09-16 09:14:17 +02:00
Georg Brandl
2f31391ab9
Add Varnish docs and book.
2013-09-16 09:10:23 +02:00
Georg Brandl
eafc199e06
Locale update: new locales, others updated from Transifex.
2013-09-16 09:02:06 +02:00
Georg Brandl
ec453b94e7
Small changelog fixes/reordering.
2013-09-16 08:47:41 +02:00
Takayuki Shimizukawa
b3af8c6676
add Learning Sphinx book for EXAMPLES too.
2013-09-16 15:36:54 +09:00
Takayuki Shimizukawa
b3a1dc3d83
append example page
2013-09-16 15:34:18 +09:00
Georg Brandl
dd2de96498
Small consistency fix for timestamp tzoffset calculation.
2013-09-16 08:28:47 +02:00
Georg Brandl
8519d70489
merge with stable
2013-09-16 08:24:54 +02:00
Georg Brandl
48ea7a5fe2
we will not do a 1.1.4
2013-09-16 08:24:33 +02:00
Georg Brandl
908db10899
Avoid some pyflakes false positives.
2013-09-16 08:22:38 +02:00
Georg Brandl
7a1a7c60f3
merge with stable
2013-09-16 08:21:44 +02:00
Georg Brandl
4d8672fe56
Update EXAMPLES, thanks to juh.
2013-09-16 08:09:08 +02:00
Georg Brandl
e5492756cb
Update the changelog.
2013-09-16 08:00:03 +02:00