summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closed branch techtonik/raise-six-requirement-to-14-when-userstr-1406538263417techtonik/raise-six-requirement-to-14-when-userstr-1406538263417shimizukawa2014-07-280-0/+0
* raise six requirement to 1.4+ when UserString was addedanatoly techtonik2014-07-281-1/+1
* Now sphinx.roles.abbr_role pass through `**options` to `addnodes.abbriviation...shimizukawa2014-07-261-2/+4
* Using same word before.shimizukawa2014-07-261-2/+2
* compress static PNG images with optipng -o10Lars Buitinck2014-07-2250-0/+0
* merge with stableshimizukawa2014-07-13216-2064/+19087
|\
| * Merged in tk0miya/sphinx/tk0miya/do-not-enter-password-of-transifex-at-co-140...Takayuki Shimizukawa2014-07-071-1/+4
| |\
| | * Fix `tx init` command again.Takeshi Komiya2014-07-061-1/+0
| | * Do not enter password of transifex at command line by security reasonTakeshi Komiya2014-07-061-1/+5
| |/
| * * sync message text in Makefile/make.bat and make-mode.shimizukawa2014-07-052-4/+6
| * Merged in mcmtroffaes/sphinx-make-coverage (pull request #159)Takayuki Shimizukawa2014-07-051-1/+17
| |\
| | * Add coverage targets in quickstart generated Makefile and make.bat.Matthias C. M. Troffaes2013-08-221-1/+17
| * | Update documentation and `sphinx-build -N` option behavior for windows color ...shimizukawa2014-07-055-5/+4
| * | Windows color console support. update for pull request #252.shimizukawa2014-07-053-6/+14
| * | Merged in rneu31/added-support-for-windows-color-output-u-1404418973591 (pull...rneu312014-07-030-0/+0
| |\ \
| * | | Added support for Windows color output using colorama (if installed)rneu312014-07-031-1/+6
| |/ /
| * | more corrections for spelling and grammarEricFromCanada2014-06-198-24/+25
| * | Link-checked and updated the URLs for projects using Sphinx that are still av...EricFromCanada2014-06-191-36/+42
| * | corrected contractionsEricFromCanada2014-06-184-4/+4
| * | improved consistency for how docs refer to True and FalseEricFromCanada2014-06-189-40/+41
| * | rewrapping paragraphs when over 80 characters wideEricFromCanada2014-06-1823-106/+120
| * | corrections for misspellingsEricFromCanada2014-06-188-14/+13
| * | * fix over 80 chars line and remove unused import.shimizukawa2014-06-159-12/+12
| * | Merged in shimizukawa/sphinx-remove-complex-method-distinguishing (pull reque...Takayuki Shimizukawa2014-06-151-36/+19
| |\ \
| | * | * remove PY3 importingshimizukawa2014-06-101-1/+1
| | * | * remove complex distinguishing method/classmethod/staticmethod approachshimizukawa2014-06-091-35/+18
| * | | * add test and code comment for pull request #157shimizukawa2014-06-143-1/+53
| * | | Merged in David_Ham/sphinx (pull request #157)Takayuki Shimizukawa2014-06-141-1/+15
| |\ \ \
| | * \ \ mergedavid ham2014-03-281-1/+15
| | |\ \ \
| | | * \ \ mergedavid ham2014-03-28365-3561/+8160
| | | |\ \ \
| | | * | | | Create a derivative of the DocstringSignatureMixin which stripsdavid ham2013-08-121-1/+15
| | | | |_|/ | | | |/| |
| * | | | | Closes #1489: Removes use of ":annotation:" for attribute types in napoleon, ...Rob Ruana2014-06-134-3/+40
| * | | | | * fix again for mathjax secure url. refs #1459.shimizukawa2014-06-112-2/+4
| * | | | | Merged in stevepiercy/sphinx/stevepiercy/update-pylons-link-add-pyramid-and-s...Takayuki Shimizukawa2014-06-110-0/+0
| |\ \ \ \ \
| * | | | | | Update Pylons link, add Pyramid and Substance DSteve Piercy2014-06-111-1/+3
| |/ / / / /
| * | | | | added Lasso to example sites and booksEricFromCanada2014-06-091-0/+3
| | |_|_|/ | |/| | |
| * | | | merge with stableshimizukawa2014-06-09195-1800/+18674
| |\ \ \ \
| | * | | | * Provide non-minified JS files for jquery.js and underscore.js to clarify th...shimizukawa2014-06-074-0/+10496
| | * | | | update CHANGES for #1459,PR#244 mathjax http:// url.shimizukawa2014-06-051-0/+2
| | * | | | fixes #1459sbrandtb2014-06-051-1/+1
| | * | | | * update CHANGES and fix for py3-compat for pull request #241. Closes #1466shimizukawa2014-05-282-1/+3
| | * | | | Merged in vitaut/sphinx/cpp-variadic (pull request #241)Takayuki Shimizukawa2014-05-28100-717/+713
| | |\ \ \ \
| | | * | | | * Drop Python-3.2. And now, removing 2to3 mechanism procedure has been comple...shimizukawa2014-05-275-18/+10
| | | * | | | Merged in shimizukawa/sphinx-py3-native (pull request #243)Takayuki Shimizukawa2014-05-274-3/+25
| | | |\ \ \ \
| | | | * \ \ \ Merged in shimizukawa/sphinx-use-six (pull request #238)Takayuki Shimizukawa2014-05-254-3/+25
| | | | |\ \ \ \
| | | * | | | | | remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...shimizukawa2014-05-257-21/+17
| | | * | | | | | remove custom_fixers. it is not needed anymore.shimizukawa2014-05-033-13/+1
| | | * | | | | | use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-0110-58/+42
| | | * | | | | | Add Python-3.4 supportshimizukawa2014-05-012-1/+2
| | | * | | | | | delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-013-3/+6