We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509bdfa commit 3970203Copy full SHA for 3970203
1 file changed
docs/conf.py
@@ -69,7 +69,7 @@
69
70
# process the examples if they don't exist already
71
process_examples = (
72
- not osp.exists(osp.join(osp.dirname(__file__), 'examples')) or on_rtd)
+ not osp.exists(osp.join(osp.dirname(__file__), 'examples')))
73
74
if on_rtd:
75
spr.call([sys.executable] +
@@ -226,7 +226,7 @@
226
None),
227
}
228
if six.PY3:
229
- intersphinx_mapping['python'] = ('https://docs.python.org/3.6/', None)
+ intersphinx_mapping['python'] = ('https://docs.python.org/3.7/', None)
230
else:
231
intersphinx_mapping['python'] = ('https://docs.python.org/2.7/', None)
232
0 commit comments