shimizukawa
86edaeb8c4
remove or update missing links.
2015-03-07 22:07:46 +09:00
shimizukawa
c6865fd3ae
enables flake8 E625, E901, E902, F821 that didn't emit errors
2015-03-07 21:03:09 +09:00
shimizukawa
5e84a5dbf4
enables flake8 E401: multiple imports on one line
2015-03-07 20:51:27 +09:00
shimizukawa
3b6524067f
enables flake8 E501 line too long, E502 the backslash is redundant between brackets
2015-03-07 20:51:25 +09:00
shimizukawa
4fa027352f
add flake8 check to travis
2015-03-07 17:59:31 +09:00
shimizukawa
caed7faa19
add flake8 testing
2015-03-07 17:59:28 +09:00
shimizukawa
bc6df36d37
add extras_require for websupport and test.
2015-03-07 16:53:32 +09:00
shimizukawa
04e3e761d7
tweak documentation: default is mercurial term. use master for git term instead.
2015-03-04 00:52:47 +09:00
shimizukawa
9ba0a51555
refs #1658 , #1750 : add test and small tweak.
2015-03-03 08:13:14 +09:00
Takayuki SHIMIZUKAWA
dfcd84c5dd
Merge pull request #1750 from pjxiao/master
...
Fix #1658
2015-03-03 06:51:37 +09:00
shimizukawa
d23f3e75dd
Closes #1748 : SyntaxError in sphinx/ext/ifconfig.py with Python 2.6.
2015-03-02 22:43:14 +09:00
shimizukawa
03a60a39fb
fix any target in CHANGES.
2015-03-01 07:25:45 +09:00
shimizukawa
ce697daca6
Closes #1745 : latex builder cause maximum recursion depth exceeded when a footnote has a footnote mark itself.
2015-03-01 07:25:10 +09:00
shimizukawa
cdc4f5d8bb
fix http/https
2015-02-28 01:10:03 +09:00
shimizukawa
332a912a47
fix http/https
2015-02-28 01:02:41 +09:00
shimizukawa
e296bdc849
The change c773692 breaks a previous gettext output that contains duplicated msgid such as "foo bar" and "version changes in 1.3: foo bar".
2015-02-28 00:34:30 +09:00
shimizukawa
1c6dcd8842
Merge branch 'source_suffix'
...
Conflicts:
CHANGES
2015-02-27 21:09:15 +09:00
shimizukawa
720ef3dafe
display pip install method for develop version
2015-02-25 16:25:50 +09:00
shimizukawa
f5a31a759b
use git to get revision for __version__
2015-02-25 00:17:41 +09:00
shimizukawa
77b76439cc
update pot
2015-02-25 00:10:58 +09:00
shimizukawa
3c32b62d50
bump version
2015-02-25 00:10:48 +09:00
shimizukawa
567af23641
release 1.3b3
2015-02-24 22:51:25 +09:00
shimizukawa
87527b8558
fix too long line
2015-02-24 22:38:49 +09:00
shimizukawa
06944af540
refs #1346 , fix missing test requires, fix tests (need html_theme='classic')
2015-02-24 01:20:05 +09:00
shimizukawa
3037d14a0d
fix missing test requires
2015-02-24 01:06:29 +09:00
shimizukawa
68021b0bd3
refs #1346 . Add new default theme.
...
- Rename 'default' theme to 'classic'.
- rename `themes/default` to `themes/classic`
- add new `themes/default` theme that derives from 'classic' theme for compatibility.
- setup.py depends to 'alabaster' and 'rtd' theme.
- theming.py import and run `alabaster.get_path()` to append path for alabaster theme.
- theming.py also import and run `sphinx_rtd_theme.get_html_theme_path()` to append path.
- sphinx-quickstart will generate `html_theme = 'alabaster'`.
- If user use 'default', sphinx emit notice (WARNING) suggestion to use 'alabaster' or use 'classic'.
- add documentation for new alabaster and readthedoc theme and link to original pages:
- https://pypi.python.org/pypi/alabaster
- https://pypi.python.org/pypi/sphinx_rtd_theme
2015-02-24 01:01:54 +09:00
shimizukawa
b0d40ea22c
Closes #1735 : Use https://doc.python.org/ instead of `http protocol. It was used for sphinx.ext.intersphinx` and some documentation.
2015-02-23 04:20:35 +00:00
shimizukawa
59fedc0791
Closes #1630 : resolve CSS conflicts, `div.container css target for literal block wrapper now renamed to div.literal-block-wrapper`.
2015-02-23 00:38:42 +09:00
shimizukawa
27c76fcb89
Closes #1227 : Add html_auto_image_link config option to conf.py, to control scaled image link.
2015-02-22 22:04:20 +09:00
shimizukawa
bb85c1c87f
refs #1235 : i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes can be translated if gettext_additional_targets has 'image'.
2015-02-22 19:35:49 +09:00
shimizukawa
28dc3ab053
versioning_conditions for uuid/i18n uses is_translatable instead of nodes.TextElement directly.
2015-02-22 19:03:34 +09:00
shimizukawa
67dd1c0d03
fix bug for the change c53fa4b
2015-02-22 18:30:45 +09:00
shimizukawa
c773692366
refactoring: extract 'translatable_node' checking code from extract_messages.
2015-02-22 16:11:05 +09:00
shimizukawa
0ad1c154c0
refs #1235 : i18n: 'doctest-block' and 'raw' node can be translated if gettext_additional_targets has that string.
2015-02-22 15:40:01 +09:00
shimizukawa
c53fa4b369
refs #1235 : i18n: 'literal-block' node can be translated if 'literal-block' is set to gettext_additional_targets.
2015-02-22 13:51:02 +09:00
shimizukawa
d5dca56ff8
The `gettext_enables config value has been renamed to gettext_additional_targets`.
2015-02-22 13:31:28 +09:00
shimizukawa
95d6c68371
Closes #1732 . Localized table caption raises exception.
...
It is potentially bug that appears by a change https://github.com/sphinx-doc/sphinx/commit/7cd470f59a0710f7ad4d5a94c10cd907aa135af0
2015-02-21 12:23:26 +09:00
shimizukawa
334c4ebd9b
fix broken any reference in CHANGES.
2015-02-21 11:48:07 +09:00
shimizukawa
80aa24e7c4
Add a site for the example page
2015-02-21 07:00:58 +09:00
shimizukawa
3d3bee1c8b
sphinx-quickstart now has --use-make-mode option for generating Makefile that use sphinx make-mode.
2015-02-17 21:42:27 +09:00
shimizukawa
5b0bb8c1e1
Fix bug refs #1722 . Circler toctree cause infinite loop.
2015-02-15 18:01:43 +09:00
shimizukawa
a9bcff7a26
Closes #1722 . Restore `toctree()` template function behavior that was changed at 1.3b1.
2015-02-15 16:49:03 +09:00
shimizukawa
c812c40393
update CHANGES for previous 2 commits
2015-02-14 17:09:39 +09:00
shimizukawa
8ed5272a61
fix: bizstyle theme: a complicated css query to modify long title in the breadcrumb doesn't work with some mobile browser (iPhone5s safari). Now basic layout has class "nav-item" and "nav-item-N" (like nav-item-0, 1, 2...) for breadcrumb items.
2015-02-14 16:53:40 +09:00
shimizukawa
7475ac14f4
fix: bizstyle theme: nested long title pages make long breadcrumb that breaks page layout.
2015-02-14 16:25:33 +09:00
shimizukawa
d9f192b3bf
Merge branch 'stable'
2015-01-17 16:05:00 +09:00
shimizukawa
3c872e66a4
Fixes #1686 : ifconfig directive doesn't care about default config values.
2015-01-17 16:01:53 +09:00
shimizukawa
668fa9935b
remove debug print. sorry :(
2015-01-17 14:38:14 +09:00
shimizukawa
e722258079
Fix: on windows, make-mode didn't work on Win32 platform if sphinx was invoked as python sphinx-build.py.
2015-01-17 14:37:09 +09:00
shimizukawa
a9c1ab9828
Merge branch 'stable'
...
Conflicts:
setup.py
2015-01-06 22:26:56 +09:00
shimizukawa
ddb7c9945d
Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests' directory. It might be happen by this wrong parameter.
2015-01-06 22:23:05 +09:00
Takayuki Shimizukawa
b13035267f
add a example
2014-12-30 18:00:53 +09:00
Takayuki Shimizukawa
d4c127d93c
Fix: make-mode didn't work on Win32 platform if sphinx was installed by wheel package.
2014-12-19 01:14:57 +09:00
Takayuki Shimizukawa
8d514be7a8
Provides environment marker (PEP-0426) to install colorama on win32 environment for installation from wheel.
2014-12-13 18:34:55 +09:00
Takayuki Shimizukawa
50c4bacbab
fix syntax :/
2014-12-05 20:05:21 +09:00
Takayuki Shimizukawa
666fa3fd0c
bump version
2014-12-05 11:03:07 +00:00
Takayuki Shimizukawa
5f168f484a
Added tag 1.3b2 for changeset 19b6c7a86fa4
2014-12-05 10:46:23 +00:00
Takayuki Shimizukawa
4a28a12977
release 1.3b2
2014-12-05 10:46:18 +00:00
Takayuki Shimizukawa
aa79c97da7
merge with stable
2014-12-05 19:44:05 +09:00
Takayuki Shimizukawa
edf63e1406
Fix again. Sections which depth are lower than :tocdepth: should not be shown on localtoc sidebar. Closes #1251
2014-12-05 16:42:30 +09:00
Takayuki Shimizukawa
32e4fab86b
fix py3 error for pull request #314
2014-12-04 17:26:13 +09:00
Takayuki Shimizukawa
c0a9d7740e
Merged in lehmannro/sphinx-warnconfig (pull request #314 )
...
Check configuration values for their types
2014-12-04 17:22:20 +09:00
Takayuki Shimizukawa
c00dd30fb7
replace PIL with Pillow.
2014-12-03 23:13:21 +09:00
Takayuki Shimizukawa
292abeeedb
update bundled ez_setup.py for setuptools-7.0 that requires Python 2.6 or later.
2014-12-03 23:17:48 +09:00
Takayuki Shimizukawa
4d784bbb06
Fix again for fffbcba0b. We should keep original env.update() return value type as list-of-docnames-that-ordered-in-order-to-read.
2014-11-27 21:50:30 +09:00
Takayuki Shimizukawa
4ee821efa3
add PyPI classifiers for sphinx
2014-11-27 09:58:53 +09:00
Takayuki Shimizukawa
6993a7254c
fix documentation for extension development tutorial. Closes #1624 . Thanks to dkeeney_fastacash.
2014-11-26 20:14:31 +09:00
Takayuki Shimizukawa
c5c913ed4a
Fix: rebuilding cause crash unexpectedly when source files were added. The problem appeared at fffbcba0b.
2014-11-25 10:20:10 +09:00
Takayuki Shimizukawa
fa9fef3632
add a documentation example with custome layout and css
2014-11-21 10:12:48 +09:00
Takayuki Shimizukawa
2db40f7725
wrong branch...
...
Backed out changeset 4d70ed8c4259
2014-11-21 10:11:39 +09:00
Takayuki Shimizukawa
fe64b3ff3d
add a documentation example with custome layout and css
2014-11-21 10:10:39 +09:00
Takayuki Shimizukawa
a82201cb36
add a documentation example with sphinx-py3doc-enhanced-theme.
2014-11-21 08:48:31 +09:00
Takayuki Shimizukawa
9bd9d8a65d
add book example by using sphinx
2014-11-13 20:38:20 +09:00
Takayuki Shimizukawa
9bd306840f
change a link for documentation translation page: from 1.2 to 1.3
2014-11-04 10:27:53 +09:00
Takayuki Shimizukawa
2710f705a1
fix: support python versions.
2014-10-30 10:13:54 +09:00
Takayuki Shimizukawa
dc482fd247
use reference to python 3.4 for intersphinx
2014-10-30 10:08:33 +09:00
Takayuki Shimizukawa
4dd1c538d5
Fix #1610 : Sphinx cause AttributeError when MeCab search option is enabled and python-mecab is not installed.
2014-10-29 01:08:47 +09:00
Takayuki Shimizukawa
6227082061
add a example.
2014-10-28 21:24:21 +09:00
Takayuki Shimizukawa
5bd2143fd0
enable sphinx.ext.viewcode for sphinx doc itself
2014-10-28 13:45:27 +09:00
Takayuki Shimizukawa
8b2f784dad
Merged in westurner/sphinx-1/westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167 (pull request #308 )
...
DOC: invocation.rst: sphinx-apidoc -M option
2014-10-22 00:24:48 +09:00
Takayuki Shimizukawa
0d379f1613
improve css for figure
2014-10-20 00:36:00 +09:00
Takayuki Shimizukawa
8800192419
improve css for numfig caption
2014-10-20 00:35:34 +09:00
Takayuki Shimizukawa
7db1820d78
update CHANGES for pull request #311
2014-10-19 12:57:12 +09:00
Takayuki Shimizukawa
215c4c01c8
bump version
2014-10-09 15:37:33 +00:00
Takayuki Shimizukawa
62dfb76fac
Added tag 1.3b1 for changeset 701b48f97a37
2014-10-09 15:31:26 +00:00
Takayuki Shimizukawa
1323770863
release 1.3b1
2014-10-09 15:05:46 +00:00
Takayuki Shimizukawa
d289870f48
rename numfig_prefix to numfig_format. later is better for the purpose.
2014-10-10 00:19:17 +09:00
Takayuki Shimizukawa
6261c8b68d
Use universal wheel package. removing build directory procedure is not needed anymore.
2014-10-10 00:01:57 +09:00
Takayuki Shimizukawa
da651089e7
fix trailing space and long line
2014-10-09 23:53:33 +09:00
Takayuki Shimizukawa
95ada28440
update locales
2014-10-09 22:57:43 +09:00
Takayuki Shimizukawa
1173b5daaa
fix i18n.
...
* in some languages the form of "this" changes depending on the following noun
2014-10-09 22:57:25 +09:00
Takayuki Shimizukawa
20d55bd5b6
fix: remove alert() from bizstyle js.
...
change: overkilled breadcrumb stripping.
2014-10-09 22:41:32 +09:00
Takayuki Shimizukawa
4aa4d08a0a
merge with stable
2014-10-09 22:05:20 +09:00
Takayuki Shimizukawa
857422eb67
update CHANGES for pull request #303 , pull request #307 .
2014-10-09 21:53:09 +09:00
Takayuki Shimizukawa
1ff5ffe1ed
Merged in tk0miya/sphinx (pull request #307 )
...
Add frame to code-block in LaTeX
2014-10-09 21:31:28 +09:00
Takayuki Shimizukawa
2826af738d
Merged in tk0miya/sphinx (pull request #303 )
...
Add :numref: role to refer figures, tables and code-blocks by its fignum
2014-10-09 19:45:50 +09:00
Takayuki Shimizukawa
b9a39f0ea0
Merged in shimizukawa/sphinx (pull request #305 )
...
gettext speed-up. closes #1426
2014-10-09 00:59:39 +09:00
Takayuki Shimizukawa
27f89b9e99
fix documentation for websupport.
2014-10-09 00:57:01 +09:00
Takayuki Shimizukawa
ab91342bb1
fix testing for jQuery-1.11.1
2014-10-09 00:56:26 +09:00
Takayuki Shimizukawa
90e9957240
fix grammar by review
2014-10-08 21:36:33 +09:00