We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a637c31 commit cb8ac4bCopy full SHA for cb8ac4b
docs/helpers.rst
@@ -65,7 +65,7 @@ when trying to access the database.
65
66
Specify a different ``settings.ROOT_URLCONF`` module for the marked tests.
67
68
- :type urls: string
+ :type urls: str
69
:param urls:
70
The urlconf module to use for the test, e.g. ``myapp.test_urls``. This is
71
similar to Django's ``TestCase.urls`` attribute.
tox.ini
@@ -62,7 +62,7 @@ commands =
62
[testenv:docs]
63
deps =
64
extras = docs
-commands = sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
+commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html
[testenv:readme]
basepython = python3.5
0 commit comments