| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | run `make check` and correct errors. | Takayuki Shimizukawa | 2014-09-01 | 1 | -1/+2 |
| | | |||||
| * | Fix: Generated i18n sphinx.js files are missing message catalog entries ↵ | Takayuki Shimizukawa | 2014-03-21 | 1 | -1/+1 |
| | | | | | from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1. Closes #1419 | ||||
| * | remove mention of development egg. | Georg Brandl | 2014-01-22 | 1 | -3/+0 |
| | | |||||
| * | Added a ez_setup to replace distribute_setup. ez_setup become defacto. ↵ | Takayuki Shimizukawa | 2013-10-03 | 1 | -2/+2 |
| | | | | | Closes #1264 | ||||
| * | Fix Python version compatibility with Jinja2 2.7. closes #1173 | Takayuki Shimizukawa | 2013-05-29 | 1 | -2/+7 |
| | | |||||
| * | Avoid unknown option warnings for use_2to3 in setup.py under Python 2. | Jonathan Waltman | 2012-11-11 | 1 | -2/+9 |
| | | |||||
| * | Update Sphinx URL to new sphinx-doc.org domain. | Georg Brandl | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | setup.py: Update "requires" to docutils>=0.10.0 under Python 3.3 | Jonathan Waltman | 2012-11-03 | 1 | -11/+3 |
| | | |||||
| * | setup.py: Require Docutils >= 0.10 when running under Python >= 3.3 | Jonathan Waltman | 2012-11-03 | 1 | -0/+10 |
| | | |||||
| * | Update required Python to 2.5. | Georg Brandl | 2012-10-30 | 1 | -18/+2 |
| | | |||||
| * | Pre-release updates.v1.1 | Georg Brandl | 2011-10-09 | 1 | -0/+1 |
| | | |||||
| * | Fix #758: do not install custom_fixers and tests "packages". | Georg Brandl | 2011-10-05 | 1 | -1/+1 |
| | | |||||
| * | Upgrade the version requirements. | Georg Brandl | 2011-09-25 | 1 | -1/+1 |
| | | |||||
| * | #98: Add autopackage script. (Undocumented for now.) | Georg Brandl | 2011-01-04 | 1 | -0/+1 |
| | | |||||
| * | Invert setup.py uuid logic. | Georg Brandl | 2010-08-21 | 1 | -5/+5 |
| | | |||||
| * | Use uuid as a requirement in the setup.py and mention it in the ↵ | Daniel Neuhäuser | 2010-08-15 | 1 | -2/+5 |
| | | | | | documentation for Python 2.4 | ||||
| * | Rename __unicode__ to __str__ | Daniel Neuhäuser | 2010-05-09 | 1 | -0/+1 |
| | | |||||
| * | Added a distribute_setup to replace ez_setup | Daniel Neuhäuser | 2010-05-08 | 1 | -2/+2 |
| | | |||||
| * | Removed ez_setup which doesn't work with python3 and added use_2to3 for ↵ | Daniel Neuhäuser | 2010-05-08 | 1 | -1/+2 |
| | | | | | distribute | ||||
| * | Update for 1.0. | Georg Brandl | 2010-07-23 | 1 | -0/+1 |
| | | |||||
| * | Require docutils 0.5, as announced. | Georg Brandl | 2010-05-26 | 1 | -1/+1 |
| | | |||||
| * | Update trove classifiers. | Georg Brandl | 2010-05-25 | 1 | -1/+3 |
| | | |||||
| * | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -3/+6 |
| |\ | |||||
| | * | #417: Don't force dependency on the setuptools version mandated by ez_setup.py. | Georg Brandl | 2010-05-22 | 1 | -3/+6 |
| | | | |||||
| * | | Update blurb in setup.py and on the index page, link directly to ↵ | Georg Brandl | 2010-02-28 | 1 | -8/+9 |
| | | | | | | | | | tutorial.rst from index. | ||||
| * | | Update Jinja2 requirement. | Georg Brandl | 2010-02-17 | 1 | -1/+1 |
| | | | |||||
| * | | Update long_description a bit. | Georg Brandl | 2010-01-12 | 1 | -5/+6 |
| | | | |||||
| * | | Oops. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
| | | | |||||
| * | | test | Georg Brandl | 2009-09-17 | 1 | -1/+1 |
| |/ | |||||
| * | Provide a ==dev egg link in pkg-info. | Georg Brandl | 2009-05-17 | 1 | -0/+3 |
| | | |||||
| * | merge with autosummary branch | Georg Brandl | 2009-03-14 | 1 | -3/+4 |
| |\ | |||||
| | * | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag. | ||||
| | * | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -1/+2 |
| | | | |||||
| | * | Automated merge with http://bitbucket.org/birkenfeld/sphinx | Sebastian Wiesner | 2008-11-27 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixed syntax error in setup.py | Sebastian Wiesner | 2008-11-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | Switched templating to jinja2 | Sebastian Wiesner | 2008-11-20 | 1 | -2/+2 |
| | | | | |||||
| | * | | Add text output format. | Georg Brandl | 2008-11-23 | 1 | -1/+1 |
| | |/ | |||||
| * | | reorganized code to fit within the ext.autosummary module | Chris | 2008-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | initial code brought over from numpy. Now we need to do some simplification ↵ | Chris | 2008-11-04 | 1 | -1/+2 |
| |/ | | | | of the numpy code. | ||||
| * | Add a manifest, since setuptools doesn't support hg. | Georg Brandl | 2008-11-02 | 1 | -2/+2 |
| | | | | | Also add a few more things to hgignore file. | ||||
| * | cmdclass must stay. | Georg Brandl | 2008-09-09 | 1 | -0/+2 |
| | | |||||
| * | Fix setup.py when babel is unavailable. | Georg Brandl | 2008-09-09 | 1 | -8/+2 |
| | | |||||
| * | Fix warning when json is not available. | Georg Brandl | 2008-09-06 | 1 | -4/+7 |
| | | |||||
| * | Add translation of strings in JavaScript files. | Georg Brandl | 2008-09-06 | 1 | -2/+98 |
| | | |||||
| * | #3422: allow changing the signature of functions via a new hook. | Georg Brandl | 2008-07-29 | 1 | -1/+1 |
| | | |||||
| * | Add distutils command for building Sphinx. | Georg Brandl | 2008-07-29 | 1 | -1/+4 |
| | | |||||
| * | Remove sphinx-web script.v0.40.4 | Georg Brandl | 2008-06-23 | 1 | -2/+1 |
| | | |||||
| * | Next release will be beta status. | Georg Brandl | 2008-05-06 | 1 | -1/+1 |
| | | |||||
| * | Add new templating API, remove Jinja external and add it to setup.py ↵ | Georg Brandl | 2008-04-13 | 1 | -1/+1 |
| | | | | | dependencies. | ||||
| * | * setup: On Python 2.4, don't egg-depend on docutils if a docutils is | Georg Brandl | 2008-03-25 | 1 | -2/+23 |
| | | | | | already installed -- else it will be overwritten. | ||||
