File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ Or checkout the source code from Github_::
29
29
pip install -e .
30
30
31
31
The dependency ``python-video-converter `` is not available on PyPi and needs to be installed
32
- manually::
32
+ manually. This installs a fork of `` python-video-converter `` that supports ffmpeg 2.x and newer ::
33
33
34
34
pip install -e git+https://github.com/thijstriemstra/python-video-converter.git#egg=python-video-converter
35
35
36
36
37
37
Documentation
38
38
-------------
39
39
40
- Documentation can be found on `readthedocs.org `_.
40
+ Documentation can be found on `readthedocs.io `_.
41
41
42
42
43
43
.. _pip : https://pypi.python.org/pypi/pip
44
44
.. _PyPi : https://pypi.python.org/pypi/django-encode
45
- .. _readthedocs.org : https://django-encode.readthedocs.org /en/latest
45
+ .. _readthedocs.io : https://django-encode.readthedocs.io /en/latest
46
46
.. _Github : https://github.com/collab-project/django-encode
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- # Copyright Collab 2012-2015 .
2
+ # Copyright Collab 2012-2016 .
3
3
#
4
4
# Documentation build configuration file for encode project.
5
5
#
20
20
21
21
# Setup Django
22
22
import django
23
- os .environ .setdefault (" DJANGO_SETTINGS_MODULE" , " encode.tests.settings" )
23
+ os .environ .setdefault (' DJANGO_SETTINGS_MODULE' , ' encode.tests.settings' )
24
24
25
25
26
26
# -- General configuration -----------------------------------------------------
262
262
# Configuration for intersphinx.
263
263
intersphinx_mapping = {
264
264
'python' : ('https://docs.python.org/2/' , None ),
265
- 'django' : ('https://django.readthedocs.org /en/latest/' , None ),
266
- 'sphinx' : ('https://sphinx.readthedocs.org /en/latest/' , None ),
267
- 'celery' : ('https://celery.readthedocs.org /en/latest/' , None ),
265
+ 'django' : ('https://django.readthedocs.io /en/latest/' , None ),
266
+ 'sphinx' : ('https://sphinx.readthedocs.io /en/latest/' , None ),
267
+ 'celery' : ('https://celery.readthedocs.io /en/latest/' , None ),
268
268
}
You can’t perform that action at this time.
0 commit comments