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 33
44# You can set these variables from the command line, and also
55# from the environment for the first two.
6- SPHINXOPTS ?=
6+ SPHINXOPTS ?= -n
77SPHINXBUILD ?= sphinx-build
88SOURCEDIR = source
99BUILDDIR = build
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ if "%SPHINXBUILD%" == "" (
99)
1010set SOURCEDIR = source
1111set BUILDDIR = build
12+ set SPHINXOPTS = -n
1213
1314%SPHINXBUILD% > NUL 2 > NUL
1415if errorlevel 9009 (
Original file line number Diff line number Diff line change 11Embedded models
22===============
33
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
66<https://www.mongodb.com/docs/manual/data-modeling/#embedded-data> `_.
77
88The basics
You can’t perform that action at this time.
0 commit comments