summaryrefslogtreecommitdiff
path: root/doc/sphinxext/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* BLD: remove submodule doc/sphinxext that pointed to numpydocsmattip2020-09-161-0/+0
|
* MAINT: Bumpy numpydoc version.Ross Barnowski2020-05-201-0/+0
| | | | | | | Fixes problem with citation (reference) anchors in rendered docs. Actual fix was in numpy/numpydoc@7c42883, but this bumps to latest (unreleased) numpydoc version.
* DOC: update numpydoc to latest mastermattip2019-04-091-0/+0
|
* BUILD: update numpydocs to latest versionmattip2019-03-201-0/+0
|
* update submodule numpydoc for changes due to this branchmattip2018-04-121-0/+0
|
* DOC: Update sphinxext submodule hash.Charles Harris2018-02-151-0/+0
|
* DOC: update sphinxext to numpydoc 0.6.0Ralf Gommers2016-02-131-0/+0
|
* DOC: update numpydoc to tag v0.5Julian Taylor2014-06-111-0/+0
|
* Add Numpydoc as a git submodulePauli Virtanen2013-07-251-0/+0
|
* Move numpydoc to a separate repositoryPauli Virtanen2013-07-251-30/+0
|
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-3/+2
| | | | | | | | | | Because Numpy 1.8.0 will no longer supports Python versions < 2.6 we no longer need to check for that and can also remove the code that is specific to those earlier versions. To make this a bit safer, the toplevel setup.py file now contains a check of the Python version number and raises an error when run by an unsupported version.
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
| | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078.
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a packagePauli Virtanen2013-02-161-2/+8
|
* sphinxext: some cleanup in setup.pyDenis Laxalde2012-06-071-11/+3
| | | | | | | - remove obsolete entry_points (the corresponding code was removed in 08e85c1820f8502e2a5009da4d3d89c6462a911b). - drop setuptools import - adjust setup() argument to conform with distutils format
* sphinxext: bump numpydoc versionPauli Virtanen2010-10-011-3/+3
|
* sphinxext: bump numpydoc version, fix build bugPauli Virtanen2009-09-211-2/+2
|
* sphinxext: autosummary: don't insert nested paragraphs in the tablePauli Virtanen2009-04-041-1/+1
|
* sphinxext: convert the Sphinx extensions into a `numpydoc` package that can ↵Pauli Virtanen2009-04-011-0/+31
be distributed separately