index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merged in tk0miya/sphinx (pull request #292)
Takayuki Shimizukawa
2014-09-26
1
-1
/
+1
|
\
\
|
*
|
workaround for testing: `\xbb` will be replaced with `/xbb` by `replace(os.se...
shimizukawa
2014-09-24
1
-1
/
+1
*
|
|
Fix by review comment
tk0miya
2014-09-26
1
-2
/
+2
*
|
|
Merge with default
tk0miya
2014-09-24
2
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
do nested_parse() :caption: of code-block directive
tk0miya
2014-09-19
2
-8
/
+7
*
|
|
Merge with default
tk0miya
2014-09-23
96
-2307
/
+2184
|
\
\
\
|
*
\
\
Merged in tk0miya/sphinx (pull request #291)
Takayuki Shimizukawa
2014-09-23
1
-0
/
+4
|
|
\
\
\
|
|
*
|
|
Fix cannot capture title of literal_block node by xref
tk0miya
2014-08-24
1
-0
/
+4
|
|
|
/
/
|
*
|
|
Test suite fixes after env.update() change.
Georg Brandl
2014-09-22
2
-20
/
+10
|
*
|
|
Rename env-read-docs to env-before-read-docs, add changelog entry and fixup t...
Georg Brandl
2014-09-22
2
-52
/
+22
|
*
|
|
Merged in guillemNaN/sphinx (pull request #261)
Georg Brandl
2014-09-22
131
-1497
/
+2758
|
|
\
\
\
|
|
*
|
|
remove a few unused imports
Georg Brandl
2014-09-21
3
-4
/
+1
|
|
*
|
|
Fixup windows newlines.
Georg Brandl
2014-09-21
11
-171
/
+171
|
|
*
|
|
flush stdout after printing messages, might fix output ordering on drone.io
Georg Brandl
2014-09-21
1
-0
/
+2
|
|
*
|
|
move new assertion helpers to util.py
Georg Brandl
2014-09-21
3
-36
/
+38
|
|
*
|
|
Reimplement assert_in and assert_not_in, they are not in nose in Py2.6.
Georg Brandl
2014-09-21
1
-2
/
+11
|
|
*
|
|
fix incompatibility in doctree between gettext and the rest
Georg Brandl
2014-09-21
2
-2
/
+2
|
|
*
|
|
No need to insist on fresh builds with test_build_*
Georg Brandl
2014-09-21
3
-7
/
+7
|
|
*
|
|
Speed up test_theming using a minimal project.
Georg Brandl
2014-09-21
1
-1
/
+1
|
|
*
|
|
Refactor/speed up test_build_gettext using generators
Georg Brandl
2014-09-21
1
-22
/
+11
|
|
*
|
|
Refactor/speed up test_intl by combining all tests with a certain builder int...
Georg Brandl
2014-09-21
2
-409
/
+367
|
|
*
|
|
Split viewcode and linkcode tests out of main test root.
Georg Brandl
2014-09-21
7
-95
/
+250
|
|
*
|
|
mock is builtin in Py3.
Georg Brandl
2014-09-21
1
-0
/
+2
|
|
*
|
|
Complete test suite overhaul.
Georg Brandl
2014-09-21
80
-1764
/
+1484
|
|
*
|
|
Test suite adapted after :option: changes.
Georg Brandl
2014-09-20
2
-4
/
+5
|
|
*
|
|
Closes #1284: Program options documented with :rst:dir:`option` can now start...
Georg Brandl
2014-09-20
1
-0
/
+4
|
|
*
|
|
Move env.temp_data content that might be used to resolve references to a new ...
Georg Brandl
2014-09-20
1
-13
/
+13
|
|
*
|
|
Add tests for "any" role and default-role setting. Fix some minor bugs with "...
Georg Brandl
2014-09-19
2
-0
/
+22
|
|
|
/
/
|
*
|
|
Don't multiply docnames list size per each listener of env-read-docs
Guillem Barba
2014-09-21
1
-4
/
+2
|
*
|
|
Add unit test for new env-read-docs event
Guillem Barba
2014-09-01
1
-0
/
+54
*
|
|
|
Wrap float environment on writing literal_block to latex
tk0miya
2014-09-19
1
-4
/
+2
|
|
/
/
|
/
|
|
*
|
|
rename "literal.inc.orig", too easy to delete together with other merge backu...
Georg Brandl
2014-09-07
2
-1
/
+1
*
|
|
Merge with stable
shimizukawa
2014-08-30
99
-460
/
+2737
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merged in tk0miya/sphinx (pull request #266)
Takayuki Shimizukawa
2014-08-24
3
-0
/
+64
|
|
\
\
|
|
*
|
Backed out changeset 177fce4ba59c
tk0miya
2014-08-20
2
-6
/
+0
|
|
*
|
Fix #1381 :rfc: and :pep: roles support custom link text
tk0miya
2014-08-20
2
-0
/
+6
|
|
*
|
Merge upstream changes
tk0miya
2014-08-20
3
-0
/
+64
|
|
|
\
\
|
|
|
*
|
Rename :filename: option of code-block directive to :caption:
tk0miya
2014-08-11
3
-0
/
+64
|
*
|
|
|
fix fc1901d for py3, again. and add 2 assertions
shimizukawa
2014-08-22
2
-2
/
+6
|
*
|
|
|
fix fc1901d for py3
shimizukawa
2014-08-22
1
-1
/
+2
|
*
|
|
|
:mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623
shimizukawa
2014-08-22
6
-0
/
+112
|
*
|
|
|
Fix #1381 :rfc: and :pep: roles support custom link text
tk0miya
2014-08-20
2
-0
/
+6
|
|
/
/
/
|
*
|
|
Merged in tk0miya/sphinx (pull request #269)
Takayuki Shimizukawa
2014-08-20
2
-16
/
+16
|
|
\
\
\
|
|
*
|
|
Fix #1476 replace <tt> tag by <code>
tk0miya
2014-08-12
2
-16
/
+16
|
*
|
|
|
Merged in tk0miya/sphinx (pull request #274)
Takayuki Shimizukawa
2014-08-20
1
-0
/
+15
|
|
\
\
\
\
|
|
*
|
|
|
Set its URL as a default title value if URL appears in toctree
tk0miya
2014-08-20
1
-0
/
+15
|
*
|
|
|
|
Fix RuntimeError with numbered circular toctree
tk0miya
2014-08-19
1
-0
/
+35
|
|
/
/
/
/
|
*
|
|
|
Merge with tip
shimizukawa
2014-08-18
3
-0
/
+249
|
|
\
\
\
\
|
|
*
|
|
|
Automatically compile ``*.mo`` files from ``*.po`` files.
shimizukawa
2014-08-03
3
-0
/
+249
|
*
|
|
|
|
Merged in tk0miya/sphinx (pull request #268)
Takayuki Shimizukawa
2014-08-18
3
-4
/
+55
|
|
\
\
\
\
\
[prev]
[next]