aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sphinx/conf.py
diff options
context:
space:
mode:
authorGravatar Clément Pit-Claudel <clement.pitclaudel@live.com>2018-05-13 10:32:12 -0400
committerGravatar Clément Pit-Claudel <clement.pitclaudel@live.com>2018-05-22 11:40:13 -0400
commit35d27dfd9df0cf94b1218812bc6c1e2bc832ec1d (patch)
tree845fd7b491e50bc0cb15d40df029454afe1bb311 /doc/sphinx/conf.py
parenta0da3a68d12141ba226ce94027b90a01389099d0 (diff)
[doc] Add a setting to warn about empty Coq objects
Diffstat (limited to 'doc/sphinx/conf.py')
-rwxr-xr-xdoc/sphinx/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 1f7dd9d68..f65400e88 100755
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -51,6 +51,10 @@ extensions = [
'coqrst.coqdomain'
]
+# Change this to "info" or "warning" to get notifications about undocumented Coq
+# objects (objects with no contents).
+report_undocumented_coq_objects = None
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']