Skip to content

Commit

Permalink
Silence doc warnings
Browse files Browse the repository at this point in the history
Apparently this magic directive silences most of the warnings
encountered when building docs. See
http://stackoverflow.com/questions/12206334/sphinx-autosummary-toctree-contains-reference-to-nonexisting-document-warnings

Change-Id: I228ac191972b15f64d73f0934a1ccbb5453a04cb
Reviewed-on: http://review.couchbase.org/51427
Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
Reviewed-by: Volker Mische <volker.mische@gmail.com>
  • Loading branch information
mnunberg authored and Mark Nunberg committed May 26, 2015
1 parent 2623915 commit b9c6c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -249,3 +249,4 @@
#texinfo_show_urls = 'footnote'

autoclass_content = 'both'
numpydoc_show_class_members = False

0 comments on commit b9c6c05

Please sign in to comment.