Skip to content

Commit

Permalink
Docs: include virtualenv intershphinx for proper directive links
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Jan 13, 2016
1 parent ddd4ed2 commit e1f6a12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
'https://docs.djangoproject.com/en/%s/_objects' % django_ver),
'toolkit': ('http://docs.translatehouse.org/projects/translate-toolkit/en/latest/', None),
'tastypie': ('https://django-tastypie.readthedocs.org/en/latest/', None),
'virtualenv': ('https://virtualenv.readthedocs.org/en/latest/', None),
}


Expand Down
2 changes: 1 addition & 1 deletion docs/developers/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ available, we can start creating our virtual environment.
Replace ``<env-name>`` with a meaningful name that describes the environment
you are creating. :command:`mkvirtualenv` accepts any options that
:command:`virtualenv` accepts. We could for example specify to use the Python
2.6 interpreter by passing the :option:`-p python2.6` option.
2.6 interpreter by passing the :option:`-p python2.6 <virtualenv:-p>` option.

.. note:: After running :command:`mkvirtualenv`, the newly created environment
is activated. To deactivate it just run:
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r base.txt

sphinx<1.3.4
sphinx
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ commands=
basepython=python
skipsdist=True
deps=
sphinx<1.3.3
sphinx
.
whitelist_externals=
make
Expand Down

0 comments on commit e1f6a12

Please sign in to comment.