| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | merge with stable | Georg Brandl | 2014-03-02 | 11 | -54/+34 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Add versionadded tags for new config values. | Georg Brandl | 2014-03-01 | 1 | -1/+2 | |
| | | | | * | | | Merged in kenhys/sphinx (pull request #217) | Georg Brandl | 2014-03-01 | 15 | -19/+16 | |
| | | | | |\ \ \ | ||||||
| | | | | | * \ \ | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206) | Georg Brandl | 2014-03-01 | 1 | -4/+1 | |
| | | | | | |\ \ \ | ||||||
| | | | | | | * \ \ | merge heads | shimizukawa | 2014-01-18 | 3 | -29/+67 | |
| | | | | | | |\ \ \ | ||||||
| | | | | | | * | | | | Drop docutils-0.7, 0.8 and 0.9 support | shimizukawa | 2013-12-15 | 1 | -4/+1 | |
| | | | | | * | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 10 | -43/+24 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | | | Add feature to suppress uuid/location information for message catalogs | hayashi | 2014-02-01 | 1 | -7/+8 | |
| | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -3/+5 | |
| | | | | |\ \ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | | | ||||||
| | | | | | * | | | | | merge with stable | Georg Brandl | 2014-01-20 | 3 | -24/+4 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | * | \ \ \ \ \ | Merge | Dmitry Shachnev | 2014-01-20 | 10 | -19/+20 | |
| | | | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | | | ||||||
| | | | | | * | | | | | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 10 | -19/+20 | |
| | | | | | | |_|_|/ / | | | | | |/| | | | | ||||||
| | | | | * | | | | | | merge with stable | Georg Brandl | 2014-01-19 | 1 | -1/+1 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un... | Georg Brandl | 2014-01-19 | 1 | -4/+1 | |
| | | | | * | | | | | | | merge with stable | Georg Brandl | 2014-01-19 | 3 | -20/+3 | |
| | | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | | | ||||||
| | | | | | * | | | | | | merge heads | shimizukawa | 2014-01-15 | 3 | -29/+67 | |
| | | | | | |\ \ \ \ \ \ | | | | | | |_|_|_|/ / | | | | | |/| | | | / | | | | | | | |_|_|/ | | | | | | |/| | | | ||||||
| | | | | | * | | | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 3 | -20/+3 | |
| * | | | | | | | | | | * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex... | shimizukawa | 2014-07-13 | 1 | -2/+3 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Fix: In python3 environment, make linkcheck cause "Can't convert 'bytes' | shimizukawa | 2014-05-04 | 1 | -1/+5 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Fix long lines. | Georg Brandl | 2014-03-02 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix 'make gettext' fails when the '.. todolist::' directive is present. Close... | shimizukawa | 2014-03-02 | 1 | -0/+3 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 15 | -15/+15 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | updates per Georg Brandl: | Viktor Haag | 2014-01-20 | 1 | -2/+4 | |
| * | | | | | address issue #1352 -- make sure to check for the actual file stored in confi... | Viktor Haag | 2014-01-20 | 1 | -2/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | docnames can also be None... | Georg Brandl | 2014-01-19 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Closes #1283: Fix a bug in the detection of changed files that would try to a... | Georg Brandl | 2014-01-19 | 1 | -0/+7 | |
| | |/ |/| | ||||||
| * | | Closes #1292: In the linkchecker, retry HEAD requests when denied by HTTP 405. | Georg Brandl | 2014-01-12 | 1 | -28/+62 | |
| * | | html builder: add missing "done" output | Georg Brandl | 2014-01-11 | 1 | -0/+1 | |
| * | | Closes #901: Emit a warning when using docutils' new "math" markup without a ... | 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 ResourceWarnings with Python 3.2 or later. Closes #1269 | shimizukawa | 2013-11-17 | 1 | -1/+4 | |
| * | Closes #1296: Fix invalid charset in HTML help generated HTML files for defau... | Georg Brandl | 2013-10-20 | 1 | -1/+1 | |
| * | Backed out changeset cfe9e2d11003 refs #1265 | shimizukawa | 2013-10-04 | 1 | -8/+1 | |
| * | Now gettext translates label target name. Fix i18n: crash when using a indire... | shimizukawa | 2013-10-04 | 1 | -1/+8 | |
| * | Small consistency fix for timestamp tzoffset calculation. | Georg Brandl | 2013-09-16 | 1 | -2/+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 | |
| * | Unify usage of os.path/path in EpubBuilder. | Roland Meister | 2013-08-10 | 1 | -2/+2 | |
| * | Avoid confusing PIL warning for vector graphics (epub builder). | Roland Meister | 2013-08-10 | 1 | -2/+10 | |
| * | Unify exceptions caught in EpubBuilder.copy_image_files | Roland Meister | 2013-08-10 | 1 | -2/+2 | |
| * | Sphinx generates broken ePub on Windows. Closes #1232 | shimizukawa | 2013-08-10 | 1 | -0/+2 | |
| * | Support docutils.conf 'writers' and 'html4css1 writer' section by html writer. | shimizukawa | 2013-07-26 | 4 | -4/+8 | |
| * | Add documentation to the undocumented builder methods. | Eric Holscher | 2013-07-02 | 1 | -0/+2 | |
| * | Merged in rolmei/sphinx-epub (pull request #148) | Takayuki Shimizukawa | 2013-07-01 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Merged in tychoish/sphinx (pull request #146) | Takayuki Shimizukawa | 2013-07-01 | 1 | -0/+2 | |
| | |\ | ||||||
| | | * | resolve issue \#1172: don't divide by zero | garen | 2013-06-10 | 1 | -0/+2 | |
| * | | | Merged birkenfeld/sphinx into default | Roland Meister | 2013-06-19 | 2 | -5/+15 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Rename title of the epub cover guide | Roland Meister | 2013-06-19 | 1 | -1/+1 | |
| | * | | Change algorithm for EpubBuilder.make_id | Roland Meister | 2013-06-06 | 1 | -3/+8 | |
| | * | | Make navPoint ids unique in toc.ncx | Roland Meister | 2013-04-29 | 1 | -1/+3 | |
