Skip to content

Commit

Permalink
Merge pull request #270 from django-nose/fix_rtd
Browse files Browse the repository at this point in the history
Fix Read The Docs build, update paths to readthedocs.io
  • Loading branch information
jwhitlock committed Aug 30, 2016
2 parents 5202a54 + 237fe8b commit 3b9dad7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ django-nose
accidentally shadowing test classes.
* Taking advantage of all the useful `nose plugins`_

.. _nose: https://nose.readthedocs.org/en/latest/
.. _nose: https://nose.readthedocs.io/en/latest/
.. _nose plugins: http://nose-plugins.jottit.com/

It also provides:
Expand All @@ -57,4 +57,4 @@ Development
-----------
:Code: https://github.com/django-nose/django-nose
:Issues: https://github.com/django-nose/django-nose/issues?state=open
:Docs: https://django-nose.readthedocs.org
:Docs: https://django-nose.readthedocs.io
6 changes: 3 additions & 3 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test`` as usual.
See ``./manage.py help test`` for all the options nose provides, and look to
the `nose docs`_ for more help with nose.

.. _nose docs: https://nose.readthedocs.org
.. _nose docs: https://nose.readthedocs.io/en/latest/

Enabling Database Reuse
-----------------------
Expand Down Expand Up @@ -185,7 +185,7 @@ setup.cfg`_ (as usual) or you can specify them in settings.py like this::

NOSE_ARGS = ['--failed', '--stop']

.. _nose.cfg or setup.cfg: https://nose.readthedocs.org/en/latest/usage.html#configuration
.. _nose.cfg or setup.cfg: https://nose.readthedocs.io/en/latest/usage.html#configuration


Custom Plugins
Expand All @@ -203,5 +203,5 @@ Just like middleware or anything else, each string must be a dot-separated,
importable path to an actual class. Each plugin class will be instantiated and
added to the Nose test runner.

.. _make custom plugins: https://nose.readthedocs.org/en/latest/plugins.html#writing-plugins
.. _make custom plugins: https://nose.readthedocs.io/en/latest/plugins.html#writing-plugins

3 changes: 2 additions & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Requirements for ReadTheDocs
# None right now, but avoid installing gnureadline, etc.
# Must be set in the RTD Admin, at:
# https://readthedocs.org/dashboard/django-nose/advanced/
Django>=1.10,<1.11
nose

0 comments on commit 3b9dad7

Please sign in to comment.