| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Closes #1597: Added possibility to return a new template name from ↵ | Georg Brandl | 2014-10-23 | 1 | -4/+7 |
| | | | | | `html-page-context`. | ||||
| * | Refactored; Initialize imagedir at init() method | tk0miya | 2014-09-29 | 1 | -1/+3 |
| | | |||||
| * | Merge with default | tk0miya | 2014-09-28 | 1 | -1/+2 |
| |\ | |||||
| | * | Assign figure numbers automatically | tk0miya | 2014-09-26 | 1 | -0/+1 |
| | | | |||||
| * | | Add imgpath property to all builders | tk0miya | 2014-09-27 | 1 | -4/+5 |
| |/ | |||||
| * | Make remaining builtin extensions parallel-read-proof. | Georg Brandl | 2014-09-22 | 1 | -2/+2 |
| | | |||||
| * | Add a possibility to later execute finishing-up tasks in parallel. | Georg Brandl | 2014-09-22 | 1 | -20/+29 |
| | | |||||
| * | Refactor parallel process into a base class that executes any task, and a ↵ | Georg Brandl | 2014-09-22 | 1 | -2/+2 |
| | | | | | derived class that executes a batch of the same task. | ||||
| * | Move status_iterator to application object. | Georg Brandl | 2014-09-22 | 1 | -5/+5 |
| | | |||||
| * | Use config.master_doc insted of "index" | tk0miya | 2014-08-18 | 1 | -1/+1 |
| | | |||||
| * | Update comment for adhoc changes | tk0miya | 2014-08-12 | 1 | -1/+9 |
| | | |||||
| * | Fix numbering section does not work at singlehtml mode (adhoc) | tk0miya | 2014-08-12 | 1 | -0/+10 |
| | | |||||
| * | Add app.set_translator() API to register or override a Docutils translator ↵ | shimizukawa | 2014-08-05 | 1 | -1/+3 |
| | | | | | class like :confval:`html_translator_class`. | ||||
| * | * fix over 80 chars line and remove unused import. | shimizukawa | 2014-06-15 | 1 | -1/+3 |
| | | |||||
| * | use b prefix for bytes instead of sphinx.pycompat.b function. | shimizukawa | 2014-05-01 | 1 | -2/+1 |
| | | |||||
| * | remove 'six' name except importing line. | shimizukawa | 2014-04-30 | 1 | -4/+3 |
| | | |||||
| * | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | shimizukawa | 2014-04-29 | 1 | -2/+2 |
| | | | | | one source. refs #1350. | ||||
| * | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-29 | 1 | -5/+6 |
| | | | | | refs #1350. | ||||
| * | use six privided functions/classes to support py2/py3 in one source. refs #1350. | shimizukawa | 2014-04-29 | 1 | -3/+4 |
| | | |||||
| * | Merged in shibu/sphinx/add_stemmer (pull request #214) | Georg Brandl | 2014-03-04 | 1 | -2/+1 |
| |\ | |||||
| | * | merge default | Yoshiki Shibukawa | 2014-01-22 | 1 | -17/+8 |
| | |\ | |||||
| | * | | Add html_search_* options templates to conf.py | Yoshiki Shibukawa | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Fix encode error when building Add printing search language label when building | ||||
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -17/+6 |
| |\ \ \ | |||||
| | * \ \ | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -3/+5 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | merge with stable | Georg Brandl | 2014-01-20 | 1 | -14/+3 |
| | | |\ \ | |||||
| | * | \ \ | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -3/+3 |
| | |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | | * | | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| | * | | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵ | Georg Brandl | 2014-01-19 | 1 | -4/+1 |
| | |/ / / | | | | | | | | | | | | | ``unused_docs`` have been removed. | ||||
| | * | | | merge heads | shimizukawa | 2014-01-15 | 1 | -1/+4 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -10/+2 |
| | | | | | |||||
| * | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | updates per Georg Brandl: | Viktor Haag | 2014-01-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | - Change alteration to docs to express path relative to "configuration directory" and not "conf.py" - Update block in HTML builder copying favicon to _static to mirror handling of html_logo | ||||
| * | | | address issue #1352 -- make sure to check for the actual file stored in ↵ | Viktor Haag | 2014-01-20 | 1 | -2/+2 |
| | |/ |/| | | | | | config.html_logo. | ||||
| * | | html builder: add missing "done" output | Georg Brandl | 2014-01-11 | 1 | -0/+1 |
| | | | |||||
| * | | Closes #1319: Do not crash if the ``html_logo`` file does not exist. | Georg Brandl | 2014-01-10 | 1 | -1/+3 |
| |/ | |||||
| * | Fix new html_extra_path option for singlehtml builder. | Georg Brandl | 2013-09-16 | 1 | -0/+1 |
| | | |||||
| * | Actual implementation. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -0/+12 |
| | | |||||
| * | Support docutils.conf 'writers' and 'html4css1 writer' section by html writer. | shimizukawa | 2013-07-26 | 1 | -1/+2 |
| | | | | | latex, manpage and texinfo writers support 'writers' section. | ||||
| * | SingleHtml builder now calls write_doc_serialized(). Closes #1162. | Dmitry Shachnev | 2013-05-05 | 1 | -0/+1 |
| | | |||||
| * | merge with parallel repo | Georg Brandl | 2013-03-29 | 1 | -5/+17 |
| |\ | |||||
| | * | html builder: rename get_object_hash to get_stable hash | Georg Brandl | 2013-03-29 | 1 | -12/+8 |
| | | | | | | | | | Also amend the docstring so that it is easier to understand the need for the function. | ||||
| | * | epub_use_index instead of html_use_index for epub builder (Issue #1106) | Roland Meister | 2013-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | The change adds the method get_builder_config. This allows use of the option epub_use_index instead of html_use_index for epub output. | ||||
| | * | fix: output all html every time with python3.3. | shimizukawa | 2013-01-15 | 1 | -3/+19 |
| | | | | | | | | | | | Sphinx detect config changing by hash(str(cfgdict)). In python3.3, str(dict_instance) retun another string per process. | ||||
| * | | builder: fix parallel build globals problems by splitting write_doc in two | Georg Brandl | 2013-01-13 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | stages: write_doc() and write_doc_serialized(), the latter of which is not called in the parallel processes. This costs speedup, of course: from about 50% we are down to about 30% improvement on my 4-core machine. | ||||
| * | | Set "allow_parallel" to false by default. | Georg Brandl | 2013-01-13 | 1 | -0/+1 |
| |/ | |||||
| * | Closes #1067: implement pluggable search scorer and tweak scoring to give ↵ | Georg Brandl | 2013-01-04 | 1 | -1/+2 |
| | | | | | good results. Patch by Hernan Grecco. | ||||
| * | Merge with birkenfeld/sphinx | Roland Meister | 2013-01-02 | 1 | -0/+2 |
| |\ | |||||
| | * | Bug #1047: templating toctree()'s includehidden argument | Roland Meister | 2012-12-10 | 1 | -0/+2 |
| | | | | | | | | | | | Document the includehidden option and give it sane defaults. See bug #1047 for implementation alternatives. | ||||
| * | | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| |/ | |||||
| * | Create link to full size image if it is scaled with width or height. | ms4py | 2012-03-16 | 1 | -1/+2 |
| | | |||||
