python-sphinx move to core

This commit is contained in:
IdrisKalp
2019-12-10 19:33:07 +03:00
parent 93683a8963
commit 4e5399aa8e
4 changed files with 144 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -Nuar a/setup.py b/setup.py
--- a/setup.py 2014-01-19 18:46:09.000000000 +0200
+++ b/setup.py 2014-02-27 01:54:23.829755482 +0200
@@ -44,7 +44,7 @@
<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
'''
-requires = ['Pygments>=1.2', 'docutils>=0.7']
+requires = ['Pygments>=1.2']
if sys.version_info[:3] >= (3, 3, 0):
requires[1] = 'docutils>=0.10'