Skip to content

Commit cb8ac4b

Browse files
committed
docs: use picky mode and fix docs/helpers.rst
> docs/helpers.rst::py:class reference target not found: string
1 parent a637c31 commit cb8ac4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ when trying to access the database.
6565
6666
Specify a different ``settings.ROOT_URLCONF`` module for the marked tests.
6767

68-
:type urls: string
68+
:type urls: str
6969
:param urls:
7070
The urlconf module to use for the test, e.g. ``myapp.test_urls``. This is
7171
similar to Django's ``TestCase.urls`` attribute.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ commands =
6262
[testenv:docs]
6363
deps =
6464
extras = docs
65-
commands = sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
65+
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html
6666

6767
[testenv:readme]
6868
basepython = python3.5

0 commit comments

Comments
 (0)