Skip to content

Commit 3970203

Browse files
committed
do not rebuild examples every time on_rtd
1 parent 509bdfa commit 3970203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
# process the examples if they don't exist already
7171
process_examples = (
72-
not osp.exists(osp.join(osp.dirname(__file__), 'examples')) or on_rtd)
72+
not osp.exists(osp.join(osp.dirname(__file__), 'examples')))
7373

7474
if on_rtd:
7575
spr.call([sys.executable] +
@@ -226,7 +226,7 @@
226226
None),
227227
}
228228
if six.PY3:
229-
intersphinx_mapping['python'] = ('https://docs.python.org/3.6/', None)
229+
intersphinx_mapping['python'] = ('https://docs.python.org/3.7/', None)
230230
else:
231231
intersphinx_mapping['python'] = ('https://docs.python.org/2.7/', None)
232232

0 commit comments

Comments
 (0)