Skip to content

Commit b2f968b

Browse files
switch to readthedocs.io
1 parent 03ae29a commit b2f968b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ Or checkout the source code from Github_::
2929
pip install -e .
3030

3131
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::
3333

3434
pip install -e git+https://github.com/thijstriemstra/python-video-converter.git#egg=python-video-converter
3535

3636

3737
Documentation
3838
-------------
3939

40-
Documentation can be found on `readthedocs.org`_.
40+
Documentation can be found on `readthedocs.io`_.
4141

4242

4343
.. _pip: https://pypi.python.org/pypi/pip
4444
.. _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
4646
.. _Github: https://github.com/collab-project/django-encode

doc/conf.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright Collab 2012-2015.
2+
# Copyright Collab 2012-2016.
33
#
44
# Documentation build configuration file for encode project.
55
#
@@ -20,7 +20,7 @@
2020

2121
# Setup Django
2222
import django
23-
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "encode.tests.settings")
23+
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'encode.tests.settings')
2424

2525

2626
# -- General configuration -----------------------------------------------------
@@ -262,7 +262,7 @@
262262
# Configuration for intersphinx.
263263
intersphinx_mapping = {
264264
'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),
268268
}

0 commit comments

Comments
 (0)