We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3005b3d commit f22bfbdCopy full SHA for f22bfbd
docs/conf.py
@@ -13,6 +13,8 @@
13
# All configuration values have a default; values that are commented out
14
# serve to show the default.
15
16
+from __future__ import unicode_literals
17
+
18
import sys
19
import os
20
import sphinx
@@ -24,8 +26,6 @@
24
26
else:
25
27
napoleon_version = "sphinx.ext.napoleon"
28
-print(napoleon_version)
-
29
# If extensions (or modules to document with autodoc) are in another directory,
30
# add these directories to sys.path here. If the directory is relative to the
31
# documentation root, use os.path.abspath to make it absolute, like shown here.
0 commit comments