Skip to content

Commit 4816664

Browse files
author
Tarak Blah
committed
Updated sphinx based docs.
1 parent 42be102 commit 4816664

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/password_policies.models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Models
99
.. model:: PasswordChangeRequired
1010

1111
``PasswordChangeRequired``
12-
-------------------
12+
--------------------------
1313

1414
.. autoclass:: password_policies.models.PasswordChangeRequired
1515
:members:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
# documentation root, use os.path.abspath to make it absolute, like shown here.
2121
# sys.path.insert(0, os.path.abspath('.'))
2222
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext")))
23-
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "password_policies.tests.settings")
23+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "password_policies.tests.test_settings")
2424

25-
from password_policies.tests import settings
25+
from password_policies.tests import test_settings
2626

2727
django.setup()
2828

0 commit comments

Comments
 (0)