File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# You can set these variables from the command line, and also
5
5
# from the environment for the first two.
6
- SPHINXOPTS ?=
6
+ SPHINXOPTS ?= -n
7
7
SPHINXBUILD ?= sphinx-build
8
8
SOURCEDIR = source
9
9
BUILDDIR = build
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ if "%SPHINXBUILD%" == "" (
9
9
)
10
10
set SOURCEDIR = source
11
11
set BUILDDIR = build
12
+ set SPHINXOPTS = -n
12
13
13
14
%SPHINXBUILD% > NUL 2 > NUL
14
15
if errorlevel 9009 (
Original file line number Diff line number Diff line change 1
1
Embedded models
2
2
===============
3
3
4
- Use :class: `~django_mongdob .fields.EmbeddedModelField ` to structure your data
5
- using `embedded documents
4
+ Use :class: `~django_mongodb_backend .fields.EmbeddedModelField ` to structure
5
+ your data using `embedded documents
6
6
<https://www.mongodb.com/docs/manual/data-modeling/#embedded-data> `_.
7
7
8
8
The basics
You can’t perform that action at this time.
0 commit comments