Skip to content

Commit

Permalink
removing remote-data tests, fixing intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 8, 2017
1 parent e8f805f commit 0667e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- MAIN_CMD='python setup.py'
- SETUP_CMD='test -V --remote-data'
- SETUP_CMD='test -V'
- CONDA_CHANNELS='astropy astropy-ci-extras conda-forge'
- CONDA_DEPENDENCIES='matplotlib numpy scipy sphinx-automodapi numpydoc'
- EVENT_TYPE='pull_request push'
Expand All @@ -51,7 +51,7 @@ matrix:
include:
# Try MacOS X
- os: osx
env: SETUP_CMD='test -V --remote-data'
env: SETUP_CMD='test -V'

# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
Expand Down
9 changes: 0 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,3 @@
'Miscellaneous'),
]




# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping['astropy'] = ('http://astropy.readthedocs.io/en/latest/', None)
intersphinx_mapping['astroquery'] = ('http://astroquery.readthedocs.io/en/latest/', None)
intersphinx_mapping['matplotlib'] = ('https://matplotlib.org/contents.html', None)
intersphinx_mapping['numpy'] = ('https://docs.scipy.org/doc/numpy/', None)

0 comments on commit 0667e49

Please sign in to comment.