File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
Overview: Easy, clean, reliable Python 2/3 compatibility
4
4
========================================================
5
5
6
+ .. image :: https://travis-ci.org/PythonCharmers/python-future.svg?branch=master
7
+ :target: https://travis-ci.org/PythonCharmers/python-future
8
+
9
+ .. image :: https://readthedocs.org/projects/python-future/badge/?version=latest
10
+ :target: https://python-future.readthedocs.io/en/latest/?badge=latest
11
+
6
12
``python-future `` is the missing compatibility layer between Python 2 and
7
13
Python 3. It allows you to use a single, clean Python 3.x-compatible
8
14
codebase to support both Python 2 and Python 3 with minimal overhead.
@@ -22,9 +28,6 @@ are `Mezzanine <http://mezzanine.jupo.org/>`_ and `ObsPy
22
28
Features
23
29
--------
24
30
25
- .. image :: https://travis-ci.org/PythonCharmers/python-future.svg?branch=master
26
- :target: https://travis-ci.org/PythonCharmers/python-future
27
-
28
31
- ``future.builtins `` package (also available as ``builtins `` on Py2) provides
29
32
backports and remappings for 20 builtins with different semantics on Py3
30
33
versus Py2
Original file line number Diff line number Diff line change
1
+ sphinx == 3.2.1
2
+ sphinx_bootstrap_theme == 0.7.1
Original file line number Diff line number Diff line change @@ -12,6 +12,5 @@ commands = pytest {posargs}
12
12
13
13
[testenv:docs]
14
14
deps =
15
- sphinx
16
- sphinx_bootstrap_theme
15
+ -rdocs/requirements.txt
17
16
commands = sphinx-build docs build
You can’t perform that action at this time.
0 commit comments