mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Provide a ==dev egg link in pkg-info.
This commit is contained in:
parent
c0e848f0db
commit
724d8c81d1
3
setup.py
3
setup.py
@ -34,6 +34,9 @@ are already present, work fine and can be seen "in action" in the Python docs:
|
|||||||
* Code handling: automatic highlighting using the Pygments highlighter
|
* Code handling: automatic highlighting using the Pygments highlighter
|
||||||
* Various extensions are available, e.g. for automatic testing of snippets
|
* Various extensions are available, e.g. for automatic testing of snippets
|
||||||
and inclusion of appropriately formatted docstrings.
|
and inclusion of appropriately formatted docstrings.
|
||||||
|
|
||||||
|
A development egg can be found `here
|
||||||
|
<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
requires = ['Pygments>=0.8', 'Jinja2>=2.1', 'docutils>=0.4']
|
requires = ['Pygments>=0.8', 'Jinja2>=2.1', 'docutils>=0.4']
|
||||||
|
Loading…
Reference in New Issue
Block a user