Skip to content

Commit 069a527

Browse files
committed
Docs: Add settings to index
Fix rst formatting
1 parent b6d0233 commit 069a527

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
contain the root `toctree` directive.
55
66
Welcome to django-templated-mail documentation!
7-
==================================
7+
===============================================
88

99
.. toctree::
1010
:maxdepth: 2
1111

1212
getting_started
13+
settings
1314

1415
Indices and tables
1516
==================

docs/source/settings.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You may optionally provide following settings:
99
'SITE_NAME': 'Foo Website',
1010
1111
DOMAIN
12-
--------------------------
12+
------
1313

1414
Used in email template context. In most cases it is used to simplify building URLs,
1515
when frontend and backend are hosted under different address'. If not provided
@@ -19,7 +19,7 @@ the current site's domain will be used.
1919
**Required**: ``False``
2020

2121
SITE_NAME
22-
---------------------
22+
---------
2323

2424
Used in email template context. Usually it will contain the desired title of your
2525
app. If not provided the current site's name will be used.

0 commit comments

Comments
 (0)