Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6f14d commit 2e78285Copy full SHA for 2e78285
1 file changed
doc/conf.py
@@ -17,6 +17,9 @@
17
import matplotlib
18
import sphinx
19
20
+if sys.version_info < (3, 0, 0):
21
+ print("You're using python 2.x, conf.py works with python3+ only.")
22
+ exit()
23
# If your extensions are in another directory, add it here. If the directory
24
# is relative to the documentation root, use os.path.abspath to make it
25
# absolute, like shown here.
0 commit comments