Merge pull request #1699 from jwiggins/use-ccache

Enable ccache and Sphinx cache on Travis
This commit is contained in:
Steven Silvester
2015-09-13 10:31:31 -05:00
4 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -296,7 +296,8 @@ plot2rst_rcparams = {'image.cmap' : 'gray',
# -----------------------------------------------------------------------------
# intersphinx
# -----------------------------------------------------------------------------
_python_doc_base = 'http://docs.python.org/2.7'
_python_version_str = '{0.major}.{0.minor}'.format(sys.version_info)
_python_doc_base = 'http://docs.python.org/' + _python_version_str
intersphinx_mapping = {
'python': (_python_doc_base, None),
'numpy': ('http://docs.scipy.org/doc/numpy',