Skip to content

Commit 273b69c

Browse files
committed
configure Sphinx to warn about missing references
1 parent fd57ce8 commit 273b69c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = source
99
BUILDDIR = build

docs/make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if "%SPHINXBUILD%" == "" (
99
)
1010
set SOURCEDIR=source
1111
set BUILDDIR=build
12+
set SPHINXOPTS=-n
1213

1314
%SPHINXBUILD% >NUL 2>NUL
1415
if errorlevel 9009 (

docs/source/embedded-models.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Embedded 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

88
The basics

0 commit comments

Comments
 (0)