Your message dated Fri, 27 Oct 2023 12:49:11 +0000
with message-id <[email protected]>
and subject line Bug#1052738: fixed in astroplan 0.9.1-1
has caused the Debian Bug report #1052738,
regarding astroplan: FTBFS: ModuleNotFoundError: No module named 'astroquery'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1052738: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052738
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: astroplan
Version: 0.8-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_auto_build
> I: pybuild base:291: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/setup_package.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/periodic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/target.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/conftest.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/_astropy_init.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/constraints.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/moon.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/scheduling.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> copying astroplan/observer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots
> copying astroplan/plots/sky.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots
> copying astroplan/plots/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots
> copying astroplan/plots/finder.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots
> copying astroplan/plots/time_dependent.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots
> copying astroplan/plots/mplstyles.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_moon.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_scheduling.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_observer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_constraints.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_periodic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> copying astroplan/tests/test_target.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests
> copying astroplan/plots/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests
> copying astroplan/plots/tests/test_sky.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests
> PYTHONPATH=. sphinx-build -D html_last_updated_fmt="June 28, 2023" -D 
> html_show_copyright=0 -N -bhtml docs/ build/html
> Running Sphinx v5.3.0
> Matplotlib created a temporary config/cache directory at 
> /tmp/matplotlib-3qstpf0i because the default path 
> (/sbuild-nonexistent/.config/matplotlib) is not a writable directory; it is 
> highly recommended to set the MPLCONFIGDIR environment variable to a writable 
> directory, in particular to speed up the import of Matplotlib and to better 
> support multiprocessing.
> making output directory... done
> loading intersphinx inventory from 
> http://astroquery.readthedocs.io/en/latest/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 
> 'http://astroquery.readthedocs.io/en/latest/objects.inv' not fetchable due to 
> <class 'requests.exceptions.ProxyError'>: 
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: 
> http://astroquery.readthedocs.io/en/latest/objects.inv (Caused by 
> ProxyError('Cannot connect to proxy.', 
> NewConnectionError('<urllib3.connection.HTTPConnection object at 
> 0x7fec6f32b810>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> [autosummary] generating autosummary for: api.rst, changelog.rst, 
> faq/contribute.rst, faq/iers.rst, faq/index.rst, faq/precision.rst, 
> faq/terminology.rst, getting_started.rst, index.rst, installation.rst, 
> tutorials/constraints.rst, tutorials/index.rst, tutorials/periodic.rst, 
> tutorials/plots.rst, tutorials/scheduling.rst, tutorials/speed.rst, 
> tutorials/summer_triangle.rst
> [automodsumm] api.rst: found 54 automodsumm entries to generate
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 17 source files that are out of date
> updating environment: [new config] 71 added, 0 changed, 0 removed
> reading sources... [  1%] api
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: 
> potentially wrong underline length... 
> Parameters 
> ----------- in 
> Parameters
> -----------... in the docstring of Schedule in 
> /<<PKGBUILDDIR>>/astroplan/scheduling.py.
>   warn(msg)
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: 
> potentially wrong underline length... 
> Parameters 
> ----------- in 
> Parameters
> -----------... in the docstring of Slot in 
> /<<PKGBUILDDIR>>/astroplan/scheduling.py.
>   warn(msg)
> reading sources... [  2%] api/astroplan.AirmassConstraint
> reading sources... [  4%] api/astroplan.AltitudeConstraint
> reading sources... [  5%] api/astroplan.AstroplanWarning
> reading sources... [  7%] api/astroplan.AtNightConstraint
> reading sources... [  8%] api/astroplan.Constraint
> reading sources... [  9%] api/astroplan.EclipsingSystem
> reading sources... [ 11%] api/astroplan.FixedTarget
> reading sources... [ 12%] api/astroplan.GalacticLatitudeConstraint
> reading sources... [ 14%] api/astroplan.LocalTimeConstraint
> reading sources... [ 15%] api/astroplan.MoonIlluminationConstraint
> reading sources... [ 16%] api/astroplan.MoonSeparationConstraint
> reading sources... [ 18%] api/astroplan.NonFixedTarget
> reading sources... [ 19%] api/astroplan.Observer
> reading sources... [ 21%] api/astroplan.ObservingBlock
> reading sources... [ 22%] api/astroplan.OldEarthOrientationDataWarning
> reading sources... [ 23%] api/astroplan.PeriodicEvent
> reading sources... [ 25%] api/astroplan.PhaseConstraint
> reading sources... [ 26%] api/astroplan.PlotBelowHorizonWarning
> reading sources... [ 28%] api/astroplan.PlotWarning
> reading sources... [ 29%] api/astroplan.PrimaryEclipseConstraint
> reading sources... [ 30%] api/astroplan.PriorityScheduler
> reading sources... [ 32%] api/astroplan.Schedule
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: 
> potentially wrong underline length... 
> Parameters 
> ----------- in 
> Parameters
> -----------... in the docstring of Schedule in 
> /<<PKGBUILDDIR>>/astroplan/scheduling.py.
>   warn(msg)
> reading sources... [ 33%] api/astroplan.Scheduler
> reading sources... [ 35%] api/astroplan.Scorer
> reading sources... [ 36%] api/astroplan.SecondaryEclipseConstraint
> reading sources... [ 38%] api/astroplan.SequentialScheduler
> reading sources... [ 39%] api/astroplan.Slot
> /usr/lib/python3/dist-packages/numpydoc/docscrape.py:460: UserWarning: 
> potentially wrong underline length... 
> Parameters 
> ----------- in 
> Parameters
> -----------... in the docstring of Slot in 
> /<<PKGBUILDDIR>>/astroplan/scheduling.py.
>   warn(msg)
> reading sources... [ 40%] api/astroplan.SunSeparationConstraint
> reading sources... [ 42%] api/astroplan.Target
> reading sources... [ 43%] api/astroplan.TargetAlwaysUpWarning
> reading sources... [ 45%] api/astroplan.TargetNeverUpWarning
> reading sources... [ 46%] api/astroplan.TimeConstraint
> reading sources... [ 47%] api/astroplan.TransitionBlock
> reading sources... [ 49%] api/astroplan.Transitioner
> reading sources... [ 50%] api/astroplan.download_IERS_A
> reading sources... [ 52%] api/astroplan.is_always_observable
> reading sources... [ 53%] api/astroplan.is_event_observable
> reading sources... [ 54%] api/astroplan.is_observable
> reading sources... [ 56%] api/astroplan.max_best_rescale
> reading sources... [ 57%] api/astroplan.min_best_rescale
> reading sources... [ 59%] api/astroplan.months_observable
> reading sources... [ 60%] api/astroplan.moon_illumination
> reading sources... [ 61%] api/astroplan.moon_phase_angle
> reading sources... [ 63%] api/astroplan.observability_table
> reading sources... [ 64%] api/astroplan.plots.plot_airmass
> reading sources... [ 66%] api/astroplan.plots.plot_altitude
> reading sources... [ 67%] api/astroplan.plots.plot_finder_image
> reading sources... [ 69%] api/astroplan.plots.plot_parallactic
> reading sources... [ 70%] api/astroplan.plots.plot_schedule_airmass
> reading sources... [ 71%] api/astroplan.plots.plot_sky
> reading sources... [ 73%] api/astroplan.plots.plot_sky_24hr
> reading sources... [ 74%] api/astroplan.stride_array
> reading sources... [ 76%] api/astroplan.test
> reading sources... [ 77%] api/astroplan.time_grid_from_range
> reading sources... [ 78%] changelog
> reading sources... [ 80%] faq/contribute
> reading sources... [ 81%] faq/iers
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-eb9lhxv6') [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-qaeid7c3') [astropy.utils.data]
> reading sources... [ 83%] faq/index
> reading sources... [ 84%] faq/precision
> reading sources... [ 85%] faq/terminology
> reading sources... [ 87%] getting_started
> reading sources... [ 88%] index
> reading sources... [ 90%] installation
> reading sources... [ 91%] tutorials/constraints
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: Could not access the main site list. Falling back on the built-in 
> version, which is rather limited. If you want to retry the download, use the 
> option 'refresh_cache=True'. [astropy.coordinates.earth]
> reading sources... [ 92%] tutorials/index
> reading sources... [ 94%] tutorials/periodic
> reading sources... [ 95%] tutorials/plots
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-yglyf4s3') [astropy.utils.data]
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-71t83wh2') [astropy.utils.data]
> reading sources... [ 97%] tutorials/scheduling
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-jsg38kkl') [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-_0lq62pp') [astropy.utils.data]
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-lkg7vpdl') [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-uwsyrwnn') [astropy.utils.data]
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to 
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-wivbzrmb') [astropy.utils.data]
> WARNING: CacheMissingWarning: ("Cache directory cannot be read or created 
> ([Errno 2] No such file or directory: '/sbuild-nonexistent/.astropy'), 
> providing data in temporary file instead.", 
> '/tmp/astropy-download-1803972-lt6cq70m') [astropy.utils.data]
> reading sources... [ 98%] tutorials/speed
> reading sources... [100%] tutorials/summer_triangle
> 
> /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:147: WARNING: Exception 
> occurred in plotting constraints-1
>  from /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'Subaru' not in 
> database. Use the 'names' attribute to see available sites. If 'Subaru' 
> exists in the online astropy-data repository, use the 'refresh_cache=True' 
> option to download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 16, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'Subaru' not in 
> database. Use EarthLocation.get_site_names to see available sites. If 
> 'Subaru' exists in the online astropy-data repository, use the 
> 'refresh_cache=True' option to download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:260: WARNING: Exception 
> occurred in plotting constraints-2
>  from /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'Keck' not in 
> database. Use the 'names' attribute to see available sites. If 'Keck' exists 
> in the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 13, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'Keck' not in 
> database. Use EarthLocation.get_site_names to see available sites. If 'Keck' 
> exists in the online astropy-data repository, use the 'refresh_cache=True' 
> option to download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:98: WARNING: Exception occurred in 
> plotting plots-1
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:145: WARNING: Exception occurred in 
> plotting plots-2
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:182: WARNING: Exception occurred in 
> plotting plots-3
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:248: WARNING: Exception occurred in 
> plotting plots-4
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:305: WARNING: Exception occurred in 
> plotting plots-5
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:365: WARNING: Exception occurred in 
> plotting plots-6
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:438: WARNING: Exception occurred in 
> plotting plots-7
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:501: WARNING: Exception occurred in 
> plotting plots-8
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'APO' not in database. 
> Use the 'names' attribute to see available sites. If 'APO' exists in the 
> online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 12, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'APO' not in database. 
> Use EarthLocation.get_site_names to see available sites. If 'APO' exists in 
> the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:544: WARNING: Exception occurred in 
> plotting plots-9
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'APO' not in database. 
> Use the 'names' attribute to see available sites. If 'APO' exists in the 
> online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 8, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'APO' not in database. 
> Use EarthLocation.get_site_names to see available sites. If 'APO' exists in 
> the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:632: WARNING: Exception occurred in 
> plotting plots-10
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:714: WARNING: Exception occurred in 
> plotting plots-11
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:819: WARNING: Exception occurred in 
> plotting plots-12
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:892: WARNING: Exception occurred in 
> plotting plots-13
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:971: WARNING: Exception occurred in 
> plotting plots-14
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1100: WARNING: Exception occurred 
> in plotting plots-15
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1195: WARNING: Exception occurred 
> in plotting plots-16
>  from /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 6, in <module>
>   File "/usr/lib/python3/dist-packages/astropy/units/decorators.py", line 
> 313, in wrapper
>     return_ = wrapped_function(*func_args, **func_kwargs)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/astroplan/plots/finder.py", line 81, in 
> plot_finder_image
>     from astroquery.skyview import SkyView
> ModuleNotFoundError: No module named 'astroquery'
> /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:253: WARNING: Exception 
> occurred in plotting scheduling-1
>  from /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use the 'names' attribute to see available sites. If 'apo' exists in the 
> online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 16, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use EarthLocation.get_site_names to see available sites. If 'apo' exists in 
> the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:328: WARNING: Exception 
> occurred in plotting scheduling-2
>  from /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use the 'names' attribute to see available sites. If 'apo' exists in the 
> online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 16, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use EarthLocation.get_site_names to see available sites. If 'apo' exists in 
> the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:406: WARNING: Exception 
> occurred in plotting scheduling-3
>  from /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use the 'names' attribute to see available sites. If 'apo' exists in the 
> online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 16, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use EarthLocation.get_site_names to see available sites. If 'apo' exists in 
> the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:619: WARNING: Exception 
> occurred in plotting scheduling-4
>  from /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 383, in of_site
>     el = registry[site_name]
>          ~~~~~~~~^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/sites.py", line 
> 62, in __getitem__
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use the 'names' attribute to see available sites. If 'apo' exists in the 
> online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 80, in <module>
>   File "/<<PKGBUILDDIR>>/astroplan/observer.py", line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/coordinates/earth.py", line 
> 385, in of_site
>     raise UnknownSiteException(
> astropy.coordinates.errors.UnknownSiteException: "Site 'apo' not in database. 
> Use EarthLocation.get_site_names to see available sites. If 'apo' exists in 
> the online astropy-data repository, use the 'refresh_cache=True' option to 
> download the latest version."
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:212: WARNING: Exception 
> occurred in plotting summer_triangle-1
>  from /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 16, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:302: WARNING: Exception 
> occurred in plotting summer_triangle-2
>  from /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 13, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:454: WARNING: Exception 
> occurred in plotting summer_triangle-3
>  from /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 17, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:530: WARNING: Exception 
> occurred in plotting summer_triangle-4
>  from /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 18, in <module>
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  1%] api
> writing output... [  2%] api/astroplan.AirmassConstraint
> writing output... [  4%] api/astroplan.AltitudeConstraint
> writing output... [  5%] api/astroplan.AstroplanWarning
> writing output... [  7%] api/astroplan.AtNightConstraint
> writing output... [  8%] api/astroplan.Constraint
> writing output... [  9%] api/astroplan.EclipsingSystem
> writing output... [ 11%] api/astroplan.FixedTarget
> writing output... [ 12%] api/astroplan.GalacticLatitudeConstraint
> writing output... [ 14%] api/astroplan.LocalTimeConstraint
> writing output... [ 15%] api/astroplan.MoonIlluminationConstraint
> writing output... [ 16%] api/astroplan.MoonSeparationConstraint
> writing output... [ 18%] api/astroplan.NonFixedTarget
> writing output... [ 19%] api/astroplan.Observer
> writing output... [ 21%] api/astroplan.ObservingBlock
> writing output... [ 22%] api/astroplan.OldEarthOrientationDataWarning
> writing output... [ 23%] api/astroplan.PeriodicEvent
> writing output... [ 25%] api/astroplan.PhaseConstraint
> writing output... [ 26%] api/astroplan.PlotBelowHorizonWarning
> writing output... [ 28%] api/astroplan.PlotWarning
> writing output... [ 29%] api/astroplan.PrimaryEclipseConstraint
> writing output... [ 30%] api/astroplan.PriorityScheduler
> writing output... [ 32%] api/astroplan.Schedule
> writing output... [ 33%] api/astroplan.Scheduler
> writing output... [ 35%] api/astroplan.Scorer
> writing output... [ 36%] api/astroplan.SecondaryEclipseConstraint
> writing output... [ 38%] api/astroplan.SequentialScheduler
> writing output... [ 39%] api/astroplan.Slot
> writing output... [ 40%] api/astroplan.SunSeparationConstraint
> writing output... [ 42%] api/astroplan.Target
> writing output... [ 43%] api/astroplan.TargetAlwaysUpWarning
> writing output... [ 45%] api/astroplan.TargetNeverUpWarning
> writing output... [ 46%] api/astroplan.TimeConstraint
> writing output... [ 47%] api/astroplan.TransitionBlock
> writing output... [ 49%] api/astroplan.Transitioner
> writing output... [ 50%] api/astroplan.download_IERS_A
> writing output... [ 52%] api/astroplan.is_always_observable
> writing output... [ 53%] api/astroplan.is_event_observable
> writing output... [ 54%] api/astroplan.is_observable
> writing output... [ 56%] api/astroplan.max_best_rescale
> writing output... [ 57%] api/astroplan.min_best_rescale
> writing output... [ 59%] api/astroplan.months_observable
> writing output... [ 60%] api/astroplan.moon_illumination
> writing output... [ 61%] api/astroplan.moon_phase_angle
> writing output... [ 63%] api/astroplan.observability_table
> writing output... [ 64%] api/astroplan.plots.plot_airmass
> writing output... [ 66%] api/astroplan.plots.plot_altitude
> writing output... [ 67%] api/astroplan.plots.plot_finder_image
> writing output... [ 69%] api/astroplan.plots.plot_parallactic
> writing output... [ 70%] api/astroplan.plots.plot_schedule_airmass
> writing output... [ 71%] api/astroplan.plots.plot_sky
> writing output... [ 73%] api/astroplan.plots.plot_sky_24hr
> writing output... [ 74%] api/astroplan.stride_array
> writing output... [ 76%] api/astroplan.test
> writing output... [ 77%] api/astroplan.time_grid_from_range
> writing output... [ 78%] changelog
> [changelog_links] Adding changelog links to "changelog"
> writing output... [ 80%] faq/contribute
> writing output... [ 81%] faq/iers
> writing output... [ 83%] faq/index
> writing output... [ 84%] faq/precision
> writing output... [ 85%] faq/terminology
> writing output... [ 87%] getting_started
> writing output... [ 88%] index
> writing output... [ 90%] installation
> writing output... [ 91%] tutorials/constraints
> writing output... [ 92%] tutorials/index
> writing output... [ 94%] tutorials/periodic
> writing output... [ 95%] tutorials/plots
> writing output... [ 97%] tutorials/scheduling
> writing output... [ 98%] tutorials/speed
> writing output... [100%] tutorials/summer_triangle
> 
> /<<PKGBUILDDIR>>/<rst_epilog>:2: WARNING: py:class reference target not 
> found: astropy.utils.exceptions.AstropyWarning
> WARNING: dot command 'dot' cannot be run (needed for graphviz output), check 
> the graphviz_dot setting
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AirmassConstraint.compute_constraint:4: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AltitudeConstraint:1: WARNING: py:obj reference target 
> not found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AltitudeConstraint:6: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AltitudeConstraint:9: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AltitudeConstraint.compute_constraint:4: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AtNightConstraint:25: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.AtNightConstraint.compute_constraint:4: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.Constraint.__call__:10: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.Constraint.__call__:13: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.Constraint.__call__:16: WARNING: py:obj reference 
> target not found: astropy.units.quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.Constraint.compute_constraint:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem:33: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem:36: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem:39: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/docs/api/astroplan.EclipsingSystem.rst:20:<autosummary>:1: 
> WARNING: py:obj reference target not found: True
> /<<PKGBUILDDIR>>/docs/api/astroplan.EclipsingSystem.rst:20:<autosummary>:1: 
> WARNING: py:obj reference target not found: True
> /<<PKGBUILDDIR>>/docs/api/astroplan.EclipsingSystem.rst:20:<autosummary>:1: 
> WARNING: py:obj reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_primary_eclipse:1: WARNING: py:obj 
> reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_primary_eclipse:5: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_primary_eclipse:22: WARNING: py:obj 
> reference target not found: numpy.ndarray
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_primary_eclipse:10: WARNING: py:obj 
> reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_secondary_eclipse:1: WARNING: py:obj 
> reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_secondary_eclipse:16: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_secondary_eclipse:29: WARNING: py:obj 
> reference target not found: numpy.ndarray
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.in_secondary_eclipse:21: WARNING: py:obj 
> reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_primary_eclipse_time:5: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_primary_eclipse_time:26: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_primary_ingress_egress_time:6: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_primary_ingress_egress_time:28: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_secondary_eclipse_time:5: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_secondary_eclipse_time:26: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_secondary_ingress_egress_time:6: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.next_secondary_ingress_egress_time:28: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.out_of_eclipse:1: WARNING: py:obj 
> reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.out_of_eclipse:5: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.out_of_eclipse:22: WARNING: py:obj 
> reference target not found: numpy.ndarray
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.EclipsingSystem.out_of_eclipse:10: WARNING: py:obj 
> reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/target.py:docstring of 
> astroplan.target.FixedTarget:40: WARNING: py:obj reference target not found: 
> astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/docs/api/astroplan.FixedTarget.rst:14:<autosummary>:1: 
> WARNING: py:obj reference target not found: 
> astropy.coordinates.SkyCoord.from_name
> /<<PKGBUILDDIR>>/astroplan/target.py:docstring of 
> astroplan.target.FixedTarget.from_name:1: WARNING: py:obj reference target 
> not found: astropy.coordinates.SkyCoord.from_name
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.GalacticLatitudeConstraint:25: WARNING: py:obj 
> reference target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.GalacticLatitudeConstraint:42: WARNING: py:obj 
> reference target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.GalacticLatitudeConstraint.compute_constraint:4: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.LocalTimeConstraint:24: WARNING: py:obj reference 
> target not found: datetime.time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.LocalTimeConstraint:37: WARNING: py:obj reference 
> target not found: datetime.time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.LocalTimeConstraint.compute_constraint:4: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.MoonIlluminationConstraint:33: WARNING: py:obj 
> reference target not found: astropy.coordinates.solar_system_ephemeris
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.MoonIlluminationConstraint.compute_constraint:4: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.MoonSeparationConstraint:25: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.MoonSeparationConstraint:29: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.MoonSeparationConstraint.compute_constraint:4: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:21: WARNING: py:obj reference target not found: 
> astropy.coordinates.EarthLocation.get_site_names
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:24: WARNING: py:obj reference target not found: 
> astropy.coordinates.EarthLocation
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:33: WARNING: py:obj reference target not found: 
> astropy.coordinates.EarthLocation
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:53: WARNING: py:obj reference target not found: 
> astropy.coordinates.EarthLocation
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:57: WARNING: py:obj reference target not found: 
> datetime.tzinfo
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:64: WARNING: py:obj reference target not found: 
> astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:63: WARNING: py:obj reference target not found: 
> astropy.coordinates.Latitude
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:68: WARNING: py:obj reference target not found: 
> astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:67: WARNING: py:obj reference target not found: 
> astropy.coordinates.Longitude
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:72: WARNING: py:obj reference target not found: 
> astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:75: WARNING: py:obj reference target not found: 
> astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer:81: WARNING: py:obj reference target not found: 
> astropy.units.Quantity
> /<<PKGBUILDDIR>>/docs/api/astroplan.Observer.rst:43:<autosummary>:1: WARNING: 
> py:obj reference target not found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/docs/api/astroplan.Observer.rst:43:<autosummary>:1: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/api/astroplan.Observer.rst:43:<autosummary>:1: WARNING: 
> py:obj reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/docs/api/astroplan.Observer.rst:43:<autosummary>:1: WARNING: 
> py:obj reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/docs/api/astroplan.Observer.rst:43:<autosummary>:1: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:1: WARNING: py:obj reference target not 
> found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:9: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:5: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:5: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:5: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:13: WARNING: py:obj reference target not 
> found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:12: WARNING: py:obj reference target not 
> found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:16: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:39: WARNING: py:obj reference target not 
> found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:28: WARNING: py:obj reference target not 
> found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:28: WARNING: py:obj reference target not 
> found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.altaz:43: WARNING: py:obj reference target not 
> found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.astropy_time_to_datetime:1: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.astropy_time_to_datetime:1: WARNING: py:obj 
> reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.astropy_time_to_datetime:7: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.astropy_time_to_datetime:23: WARNING: py:obj 
> reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.astropy_time_to_datetime:27: WARNING: py:obj 
> reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.at_site:5: WARNING: py:obj reference target not 
> found: astropy.coordinates.EarthLocation.get_site_names
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.datetime_to_astropy_time:1: WARNING: py:obj 
> reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.datetime_to_astropy_time:1: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.datetime_to_astropy_time:6: WARNING: py:obj 
> reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.datetime_to_astropy_time:20: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.datetime_to_astropy_time:24: WARNING: py:obj 
> reference target not found: datetime.datetime
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.datetime_to_astropy_time:24: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:6: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:11: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:14: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:19: WARNING: py:obj reference target not 
> found: True
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.is_night:19: WARNING: py:obj reference target not 
> found: False
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:1: WARNING: py:obj reference 
> target not found: astropy.time.Time.sidereal_time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:8: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:5: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:5: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:5: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:11: WARNING: py:obj reference 
> target not found: astropy.time.Time.sidereal_time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:15: WARNING: py:obj reference 
> target not found: astropy.time.Time.sidereal_time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.local_sidereal_time:33: WARNING: py:obj reference 
> target not found: astropy.coordinates.Longitude
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.midnight:6: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.midnight:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.midnight:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.midnight:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.midnight:32: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_altaz:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_altaz:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_altaz:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_altaz:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_altaz:25: WARNING: py:obj reference target 
> not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_illumination:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_illumination:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_illumination:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_illumination:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_phase:7: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_phase:4: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_phase:4: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_phase:4: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_rise_time:9: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_rise_time:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_rise_time:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_rise_time:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_rise_time:18: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_set_time:9: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_set_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_set_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_set_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.moon_set_time:18: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.noon:6: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.noon:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.noon:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.noon:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.noon:32: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.parallactic_angle:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.parallactic_angle:6: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.parallactic_angle:24: WARNING: py:obj reference 
> target not found: astropy.coordinates.Angle
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_altaz:6: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_altaz:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_altaz:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_altaz:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_altaz:28: WARNING: py:obj reference target 
> not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_rise_time:9: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_rise_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_rise_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_rise_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_rise_time:18: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_rise_time:37: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_set_time:9: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_set_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_set_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_set_time:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_set_time:18: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.sun_set_time:37: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_hour_angle:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_hour_angle:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_hour_angle:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_hour_angle:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_hour_angle:9: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_hour_angle:32: WARNING: py:obj reference 
> target not found: astropy.coordinates.Angle
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_is_up:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_is_up:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_is_up:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_is_up:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_is_up:9: WARNING: py:obj reference target 
> not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_is_up:14: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_antitransit_time:8: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_antitransit_time:5: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_antitransit_time:5: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_antitransit_time:5: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_antitransit_time:11: WARNING: 
> py:obj reference target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_antitransit_time:40: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_transit_time:8: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_transit_time:5: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_transit_time:5: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_transit_time:5: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_transit_time:11: WARNING: py:obj 
> reference target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_meridian_transit_time:40: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:10: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:7: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:7: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:7: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:13: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:22: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_rise_time:47: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:9: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:6: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:12: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:21: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.target_set_time:46: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:1: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:1: WARNING: py:obj reference target not 
> found: astropy.time.Time.now
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:8: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:8: WARNING: py:obj reference target not 
> found: astropy.time.Time.now
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:12: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:15: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.tonight:32: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_astronomical:6: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_astronomical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_astronomical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_astronomical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_astronomical:32: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_civil:6: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_civil:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_civil:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_civil:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_civil:32: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_nautical:6: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_nautical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_nautical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_nautical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_evening_nautical:32: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_astronomical:6: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_astronomical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_astronomical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_astronomical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_astronomical:32: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_civil:6: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_civil:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_civil:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_civil:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_civil:32: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_nautical:6: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_nautical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_nautical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_nautical:3: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/observer.py:docstring of 
> astroplan.observer.Observer.twilight_morning_nautical:32: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.ObservingBlock:28: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.PeriodicEvent:24: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.PeriodicEvent:27: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.PeriodicEvent:30: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.PeriodicEvent.phase:4: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/periodic.py:docstring of 
> astroplan.periodic.PeriodicEvent.phase:21: WARNING: py:obj reference target 
> not found: numpy.ndarray
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.PhaseConstraint.compute_constraint:4: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.PrimaryEclipseConstraint.compute_constraint:4: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Schedule:26: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Schedule:30: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Schedule.insert_slot:3: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Schedule.new_slots:6: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Schedule.new_slots:9: WARNING: py:obj reference target 
> not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scheduler:36: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scheduler:53: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scheduler.from_timespan:2: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scheduler.from_timespan:18: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scheduler.from_timespan:18: WARNING: py:obj reference 
> target not found: astropy.time.TimeDelta
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scorer.create_score_array:5: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Scorer.create_score_array:22: WARNING: py:obj reference 
> target not found: numpy.ndarray
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.SecondaryEclipseConstraint.compute_constraint:4: 
> WARNING: py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.SequentialScheduler:38: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.SequentialScheduler:55: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Slot:24: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Slot:40: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Slot.split_slot:6: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Slot.split_slot:22: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.SunSeparationConstraint:25: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.SunSeparationConstraint:42: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.SunSeparationConstraint.compute_constraint:4: WARNING: 
> py:obj reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.TimeConstraint:28: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.TimeConstraint:41: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.TimeConstraint.compute_constraint:4: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.TransitionBlock:25: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.TransitionBlock:42: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Transitioner:25: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Transitioner:28: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/scheduling.py:docstring of 
> astroplan.scheduling.Transitioner.__call__:11: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/utils.py:docstring of 
> astroplan.utils.download_IERS_A:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/utils.py:docstring of 
> astroplan.utils.download_IERS_A:10: WARNING: py:obj reference target not 
> found: True
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_always_observable:11: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_always_observable:14: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_always_observable:19: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_always_observable:25: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_event_observable:10: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_event_observable:13: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_event_observable:17: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_event_observable:35: WARNING: py:obj reference 
> target not found: numpy.ndarray
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_observable:10: WARNING: py:obj reference target not 
> found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_observable:13: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_observable:18: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.is_observable:24: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.months_observable:10: WARNING: py:obj reference target 
> not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.months_observable:16: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/moon.py:docstring of 
> astroplan.moon.moon_illumination:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/moon.py:docstring of 
> astroplan.moon.moon_illumination:6: WARNING: py:obj reference target not 
> found: astropy.coordinates.solar_system_ephemeris
> /<<PKGBUILDDIR>>/astroplan/moon.py:docstring of 
> astroplan.moon.moon_phase_angle:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/moon.py:docstring of 
> astroplan.moon.moon_phase_angle:6: WARNING: py:obj reference target not 
> found: astropy.coordinates.solar_system_ephemeris
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.observability_table:11: WARNING: py:obj reference 
> target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.observability_table:14: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.observability_table:20: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.observability_table:26: WARNING: py:obj reference 
> target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/constraints.py:docstring of 
> astroplan.constraints.observability_table:51: WARNING: py:obj reference 
> target not found: astropy.table.Table
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:1: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:1: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:29: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:33: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:32: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:36: WARNING: py:obj reference 
> target not found: matplotlib.pyplot.plot_date
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:45: WARNING: py:obj reference 
> target not found: False
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:50: WARNING: py:obj reference 
> target not found: False
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_airmass:81: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:1: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:1: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:29: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:33: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:32: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:36: WARNING: py:obj reference 
> target not found: matplotlib.pyplot.plot_date
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:45: WARNING: py:obj reference 
> target not found: False
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:50: WARNING: py:obj reference 
> target not found: False
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_altitude:82: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:2: WARNING: py:obj reference target 
> not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:2: WARNING: py:obj reference target 
> not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:9: WARNING: py:obj reference target 
> not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:18: WARNING: py:obj reference target 
> not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:21: WARNING: py:obj reference target 
> not found: True
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:26: WARNING: py:obj reference target 
> not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:25: WARNING: py:obj reference target 
> not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:25: WARNING: py:obj reference target 
> not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:29: WARNING: py:obj reference target 
> not found: True
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:29: WARNING: py:obj reference target 
> not found: False
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:32: WARNING: py:obj reference target 
> not found: True
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:32: WARNING: py:obj reference target 
> not found: False
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:35: WARNING: py:obj reference target 
> not found: matplotlib.pyplot.imshow
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:39: WARNING: py:obj reference target 
> not found: matplotlib.pyplot.axvline
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:39: WARNING: py:obj reference target 
> not found: matplotlib.pyplot.axhline
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:45: WARNING: py:obj reference target 
> not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/finder.py:docstring of 
> astroplan.plots.finder.plot_finder_image:55: WARNING: py:obj reference target 
> not found: astropy.io.fits.PrimaryHDU
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:1: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:1: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:3: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:28: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:32: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:35: WARNING: py:obj reference 
> target not found: matplotlib.pyplot.plot_date
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_parallactic:58: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/time_dependent.py:docstring of 
> astroplan.plots.time_dependent.plot_schedule_airmass:24: WARNING: py:obj 
> reference target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:1: WARNING: py:obj reference target not found: 
> matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:1: WARNING: py:obj reference target not found: 
> matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:3: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:3: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:27: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:21: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:21: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:31: WARNING: py:obj reference target not found: 
> matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:30: WARNING: py:obj reference target not found: 
> matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:30: WARNING: py:obj reference target not found: 
> matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:34: WARNING: py:obj reference target not found: 
> matplotlib.pyplot.scatter
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:55: WARNING: py:obj reference target not found: 
> False
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:73: WARNING: py:obj reference target not found: 
> matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky:78: WARNING: py:obj reference target not found: 
> astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:16: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:10: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:10: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:19: WARNING: py:obj reference target not 
> found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:23: WARNING: py:obj reference target not 
> found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:22: WARNING: py:obj reference target not 
> found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:22: WARNING: py:obj reference target not 
> found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:26: WARNING: py:obj reference target not 
> found: matplotlib.pyplot.scatter
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:47: WARNING: py:obj reference target not 
> found: matplotlib.pyplot.scatter
> /<<PKGBUILDDIR>>/astroplan/plots/sky.py:docstring of 
> astroplan.plots.sky.plot_sky_24hr:66: WARNING: py:obj reference target not 
> found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/astroplan/_astropy_init.py:docstring of 
> astroplan._astropy_init.TestRunnerBase.make_test_runner_in.<locals>.test:48: 
> WARNING: py:obj reference target not found: True
> /<<PKGBUILDDIR>>/astroplan/utils.py:docstring of 
> astroplan.utils.time_grid_from_range:3: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/astroplan/utils.py:docstring of 
> astroplan.utils.time_grid_from_range:6: WARNING: py:obj reference target not 
> found: astropy.units.quantity
> /<<PKGBUILDDIR>>/astroplan/utils.py:docstring of 
> astroplan.utils.time_grid_from_range:23: WARNING: py:obj reference target not 
> found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/getting_started.rst:60: WARNING: py:obj reference 
> target not found: astropy.coordinates
> /<<PKGBUILDDIR>>/docs/getting_started.rst:60: WARNING: py:obj reference 
> target not found: astropy.units
> /<<PKGBUILDDIR>>/docs/getting_started.rst:60: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:49: WARNING: py:obj reference 
> target not found: astropy.table
> /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:369: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:369: WARNING: py:obj 
> reference target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/docs/tutorials/constraints.rst:369: WARNING: py:obj 
> reference target not found: astropy.coordinates.SkyCoord
> /<<PKGBUILDDIR>>/docs/tutorials/periodic.rst:101: WARNING: py:obj reference 
> target not found: astroquery.exoplanet_orbit_database
> /<<PKGBUILDDIR>>/docs/tutorials/periodic.rst:101: WARNING: py:obj reference 
> target not found: astroquery.nasa_exoplanet_archive
> /<<PKGBUILDDIR>>/docs/tutorials/periodic.rst:101: WARNING: py:obj reference 
> target not found: astroquery.open_exoplanet_catalogue
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:19: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:42: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:73: WARNING: py:obj reference 
> target not found: astropy.coordinates.AltAz.secz
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:83: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:132: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:221: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:226: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:226: WARNING: py:obj reference 
> target not found: astropy.units
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:289: WARNING: py:obj reference 
> target not found: astropy.time.TimeDelta
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:409: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:598: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:598: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:627: WARNING: py:obj reference 
> target not found: matplotlib.pyplot.scatter
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:760: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1031: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1031: WARNING: py:obj reference 
> target not found: matplotlib.pyplot
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1057: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1063: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1072: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/plots.rst:1080: WARNING: py:obj reference 
> target not found: matplotlib.axes.Axes
> /<<PKGBUILDDIR>>/docs/tutorials/scheduling.rst:62: WARNING: py:obj reference 
> target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:74: WARNING: py:obj 
> reference target not found: astropy.time.Time
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:278: WARNING: py:obj 
> reference target not found: astropy.coordinates.AltAz
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:278: WARNING: py:obj 
> reference target not found: astropy.coordinates
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:359: WARNING: py:obj 
> reference target not found: astropy.coordinates.Angle
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:359: WARNING: py:obj 
> reference target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:359: WARNING: py:obj 
> reference target not found: astropy.units.Quantity
> /<<PKGBUILDDIR>>/docs/tutorials/summer_triangle.rst:365: WARNING: py:obj 
> reference target not found: numpy
> generating indices... genindex py-modindex done
> highlighting module code... [  9%] astroplan.constraints
> highlighting module code... [ 18%] astroplan.exceptions
> highlighting module code... [ 27%] astroplan.moon
> highlighting module code... [ 36%] astroplan.observer
> highlighting module code... [ 45%] astroplan.periodic
> highlighting module code... [ 54%] astroplan.plots.finder
> highlighting module code... [ 63%] astroplan.plots.sky
> highlighting module code... [ 72%] astroplan.plots.time_dependent
> highlighting module code... [ 81%] astroplan.scheduling
> highlighting module code... [ 90%] astroplan.target
> highlighting module code... [100%] astroplan.utils
> 
> writing additional pages... search done
> copying images... [100%] ../build/html/plot_directive/faq/iers-1.png
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 442 warnings.
> 
> The HTML pages are in build/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build; python3.11 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> Running tests in .pybuild/cpython3_3.11_astroplan/build.
> 
> Date: 2023-09-26T06:29:43
> 
> Platform: Linux-6.1.0-10-cloud-amd64-x86_64-with-glibc2.37
> 
> Executable: /usr/bin/python3.11
> 
> Full Python Version: 
> 3.11.5 (main, Aug 29 2023, 15:31:31) [GCC 13.2.0]
> 
> encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
> byteorder: little
> float info: dig: 15, mant_dig: 15
> 
> Package versions: 
> Numpy: 1.24.2
> Scipy: 1.10.1
> Matplotlib: 3.6.3
> h5py: not available
> Pandas: not available
> 
> Using Astropy options: remote_data: none.
> 
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: mock-3.11.1, doctestplus-1.0.0, cov-4.1.0, openfiles-0.5.0, 
> filter-subpackage-0.1.2, astropy-header-0.2.2, arraydiff-0.5.0, 
> hypothesis-6.87.0, remotedata-0.4.0, astropy-0.10.0
> collected 90 items
> 
> astroplan/constraints.py F....                                           [  
> 5%]
> astroplan/target.py .                                                    [  
> 6%]
> astroplan/plots/tests/test_sky.py .F                                     [  
> 8%]
> astroplan/tests/test_constraints.py .........F..............             [ 
> 35%]
> astroplan/tests/test_moon.py .                                           [ 
> 36%]
> astroplan/tests/test_observer.py ...................F.............       [ 
> 73%]
> astroplan/tests/test_periodic.py .....                                   [ 
> 78%]
> astroplan/tests/test_scheduling.py .............                         [ 
> 93%]
> astroplan/tests/test_target.py ...                                       [ 
> 96%]
> astroplan/tests/test_utils.py ...                                        
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _________ [doctest] astroplan.constraints.LocalTimeConstraint.__init__ 
> _________
> 722 
> 723         Examples
> 724         --------
> 725         Constrain the observations to targets that are observable between
> 726         23:50 and 04:08 local time:
> 727 
> 728         >>> from astroplan import Observer
> 729         >>> from astroplan.constraints import LocalTimeConstraint
> 730         >>> import datetime as dt
> 731         >>> subaru = Observer.at_site("Subaru", timezone="US/Hawaii")
> UNEXPECTED EXCEPTION: UnknownTimeZoneError('US/Hawaii')
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/doctest.py", line 1351, in __run
>     exec(compile(example.source, filename, "single",
>   File "<doctest astroplan.constraints.LocalTimeConstraint.__init__[3]>", 
> line 1, in <module>
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/observer.py",
>  line 281, in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/astropy/units/decorators.py", line 
> 313, in wrapper
>     return_ = wrapped_function(*func_args, **func_kwargs)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/observer.py",
>  line 207, in __init__
>     self.timezone = pytz.timezone(timezone)
>                     ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pytz/__init__.py", line 202, in 
> timezone
>     raise UnknownTimeZoneError(zone)
> pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/constraints.py:731:
>  UnexpectedException
> ________________________________ test_timezone 
> _________________________________
> 
>     @pytest.mark.skipif('not HAS_MATPLOTLIB')
>     @pytest.mark.mpl_image_compare
>     def test_timezone():
>         from astropy import coordinates
>         from astropy import units as u
>         from ..time_dependent import plot_airmass
>         from ... import Observer
>         import datetime
>         import pytz
>     
>         betelgeuse = coordinates.SkyCoord(88.79293899*u.deg, 7.407064*u.deg, 
> frame='icrs')
>         observer = Observer(coordinates.EarthLocation.of_site('subaru'))
>         # Eastern time... because you're remote-operating Subaru from home...?
> >       now_ET = pytz.timezone('US/Eastern').localize(datetime.datetime.now())
> 
> astroplan/plots/tests/test_sky.py:40: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> zone = 'US/Eastern'
> 
>     def timezone(zone):
>         r''' Return a datetime.tzinfo implementation for the given timezone
>     
>         >>> from datetime import datetime, timedelta
>         >>> utc = timezone('UTC')
>         >>> eastern = timezone('US/Eastern')
>         >>> eastern.zone
>         'US/Eastern'
>         >>> timezone(unicode('US/Eastern')) is eastern
>         True
>         >>> utc_dt = datetime(2002, 10, 27, 6, 0, 0, tzinfo=utc)
>         >>> loc_dt = utc_dt.astimezone(eastern)
>         >>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
>         >>> loc_dt.strftime(fmt)
>         '2002-10-27 01:00:00 EST (-0500)'
>         >>> (loc_dt - timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 00:50:00 EST (-0500)'
>         >>> eastern.normalize(loc_dt - timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 01:50:00 EDT (-0400)'
>         >>> (loc_dt + timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 01:10:00 EST (-0500)'
>     
>         Raises UnknownTimeZoneError if passed an unknown zone.
>     
>         >>> try:
>         ...     timezone('Asia/Shangri-La')
>         ... except UnknownTimeZoneError:
>         ...     print('Unknown')
>         Unknown
>     
>         >>> try:
>         ...     timezone(unicode('\N{TRADE MARK SIGN}'))
>         ... except UnknownTimeZoneError:
>         ...     print('Unknown')
>         Unknown
>     
>         '''
>         if zone is None:
>             raise UnknownTimeZoneError(None)
>     
>         if zone.upper() == 'UTC':
>             return utc
>     
>         try:
>             zone = ascii(zone)
>         except UnicodeEncodeError:
>             # All valid timezones are ASCII
>             raise UnknownTimeZoneError(zone)
>     
>         zone = _case_insensitive_zone_lookup(_unmunge_zone(zone))
>         if zone not in _tzinfo_cache:
>             if zone in all_timezones_set:  # noqa
>                 fp = open_resource(zone)
>                 try:
>                     _tzinfo_cache[zone] = build_tzinfo(zone, fp)
>                 finally:
>                     fp.close()
>             else:
> >               raise UnknownTimeZoneError(zone)
> E               pytz.exceptions.UnknownTimeZoneError: 'US/Eastern'
> 
> /usr/lib/python3/dist-packages/pytz/__init__.py:202: UnknownTimeZoneError
> _____________________ test_local_time_constraint_hawaii_tz 
> _____________________
> 
>     def test_local_time_constraint_hawaii_tz():
>         # Define timezone in Observer.timezone
>         time = Time('2001-02-03 04:05:06')
> >       subaru = Observer.at_site("Subaru", timezone="US/Hawaii")
> 
> astroplan/tests/test_constraints.py:275: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> astroplan/observer.py:281: in at_site
>     return cls(location=EarthLocation.of_site(site_name), name=name, **kwargs)
> /usr/lib/python3/dist-packages/astropy/units/decorators.py:313: in wrapper
>     return_ = wrapped_function(*func_args, **func_kwargs)
> astroplan/observer.py:207: in __init__
>     self.timezone = pytz.timezone(timezone)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> zone = 'US/Hawaii'
> 
>     def timezone(zone):
>         r''' Return a datetime.tzinfo implementation for the given timezone
>     
>         >>> from datetime import datetime, timedelta
>         >>> utc = timezone('UTC')
>         >>> eastern = timezone('US/Eastern')
>         >>> eastern.zone
>         'US/Eastern'
>         >>> timezone(unicode('US/Eastern')) is eastern
>         True
>         >>> utc_dt = datetime(2002, 10, 27, 6, 0, 0, tzinfo=utc)
>         >>> loc_dt = utc_dt.astimezone(eastern)
>         >>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
>         >>> loc_dt.strftime(fmt)
>         '2002-10-27 01:00:00 EST (-0500)'
>         >>> (loc_dt - timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 00:50:00 EST (-0500)'
>         >>> eastern.normalize(loc_dt - timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 01:50:00 EDT (-0400)'
>         >>> (loc_dt + timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 01:10:00 EST (-0500)'
>     
>         Raises UnknownTimeZoneError if passed an unknown zone.
>     
>         >>> try:
>         ...     timezone('Asia/Shangri-La')
>         ... except UnknownTimeZoneError:
>         ...     print('Unknown')
>         Unknown
>     
>         >>> try:
>         ...     timezone(unicode('\N{TRADE MARK SIGN}'))
>         ... except UnknownTimeZoneError:
>         ...     print('Unknown')
>         Unknown
>     
>         '''
>         if zone is None:
>             raise UnknownTimeZoneError(None)
>     
>         if zone.upper() == 'UTC':
>             return utc
>     
>         try:
>             zone = ascii(zone)
>         except UnicodeEncodeError:
>             # All valid timezones are ASCII
>             raise UnknownTimeZoneError(zone)
>     
>         zone = _case_insensitive_zone_lookup(_unmunge_zone(zone))
>         if zone not in _tzinfo_cache:
>             if zone in all_timezones_set:  # noqa
>                 fp = open_resource(zone)
>                 try:
>                     _tzinfo_cache[zone] = build_tzinfo(zone, fp)
>                 finally:
>                     fp.close()
>             else:
> >               raise UnknownTimeZoneError(zone)
> E               pytz.exceptions.UnknownTimeZoneError: 'US/Hawaii'
> 
> /usr/lib/python3/dist-packages/pytz/__init__.py:202: UnknownTimeZoneError
> ______________________ test_timezone_convenience_methods 
> _______________________
> 
>     def test_timezone_convenience_methods():
>         location = EarthLocation(-74.0*u.deg, 40.7*u.deg, 0*u.m)
> >       obs = Observer(location=location, 
> > timezone=pytz.timezone('US/Eastern'))
> 
> astroplan/tests/test_observer.py:1065: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> zone = 'US/Eastern'
> 
>     def timezone(zone):
>         r''' Return a datetime.tzinfo implementation for the given timezone
>     
>         >>> from datetime import datetime, timedelta
>         >>> utc = timezone('UTC')
>         >>> eastern = timezone('US/Eastern')
>         >>> eastern.zone
>         'US/Eastern'
>         >>> timezone(unicode('US/Eastern')) is eastern
>         True
>         >>> utc_dt = datetime(2002, 10, 27, 6, 0, 0, tzinfo=utc)
>         >>> loc_dt = utc_dt.astimezone(eastern)
>         >>> fmt = '%Y-%m-%d %H:%M:%S %Z (%z)'
>         >>> loc_dt.strftime(fmt)
>         '2002-10-27 01:00:00 EST (-0500)'
>         >>> (loc_dt - timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 00:50:00 EST (-0500)'
>         >>> eastern.normalize(loc_dt - timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 01:50:00 EDT (-0400)'
>         >>> (loc_dt + timedelta(minutes=10)).strftime(fmt)
>         '2002-10-27 01:10:00 EST (-0500)'
>     
>         Raises UnknownTimeZoneError if passed an unknown zone.
>     
>         >>> try:
>         ...     timezone('Asia/Shangri-La')
>         ... except UnknownTimeZoneError:
>         ...     print('Unknown')
>         Unknown
>     
>         >>> try:
>         ...     timezone(unicode('\N{TRADE MARK SIGN}'))
>         ... except UnknownTimeZoneError:
>         ...     print('Unknown')
>         Unknown
>     
>         '''
>         if zone is None:
>             raise UnknownTimeZoneError(None)
>     
>         if zone.upper() == 'UTC':
>             return utc
>     
>         try:
>             zone = ascii(zone)
>         except UnicodeEncodeError:
>             # All valid timezones are ASCII
>             raise UnknownTimeZoneError(zone)
>     
>         zone = _case_insensitive_zone_lookup(_unmunge_zone(zone))
>         if zone not in _tzinfo_cache:
>             if zone in all_timezones_set:  # noqa
>                 fp = open_resource(zone)
>                 try:
>                     _tzinfo_cache[zone] = build_tzinfo(zone, fp)
>                 finally:
>                     fp.close()
>             else:
> >               raise UnknownTimeZoneError(zone)
> E               pytz.exceptions.UnknownTimeZoneError: 'US/Eastern'
> 
> /usr/lib/python3/dist-packages/pytz/__init__.py:202: UnknownTimeZoneError
> =============================== warnings summary 
> ===============================
> astroplan/conftest.py:41
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/conftest.py:41:
>  AstropyDeprecationWarning: The enable_deprecations_as_exceptions function is 
> deprecated and may be removed in a future version.
>           Use https://docs.pytest.org/en/stable/warnings.html instead.
>     enable_deprecations_as_exceptions()
> 
> astroplan/plots/tests/test_sky.py:18
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests/test_sky.py:18:
>  PytestUnknownMarkWarning: Unknown pytest.mark.mpl_image_compare - is this a 
> typo?  You can register custom marks to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.mpl_image_compare
> 
> astroplan/plots/tests/test_sky.py:28
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests/test_sky.py:28:
>  PytestUnknownMarkWarning: Unknown pytest.mark.mpl_image_compare - is this a 
> typo?  You can register custom marks to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.mpl_image_compare
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests/test_sky.py::test_image_example
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: 
> PytestReturnNotNoneWarning: Expected None, but 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/plots/tests/test_sky.py::test_image_example
>  returned <Figure size 640x480 with 1 Axes>, which will be an error in a 
> future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py: 
> 16 warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py: 26 
> warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_scheduling.py: 8 
> warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_target.py: 1 
> warning
>   /usr/lib/python3/dist-packages/astropy/utils/iers/iers.py:792: IERSWarning: 
> failed to download https://datacenter.iers.org/data/9/finals2000A.all: 
> <urlopen error [Errno 111] Connection refused>
>     warn(f"failed to download {url}: {err}", IERSWarning)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py: 
> 16 warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py: 26 
> warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_scheduling.py: 8 
> warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_target.py: 1 
> warning
>   /usr/lib/python3/dist-packages/astropy/utils/iers/iers.py:792: IERSWarning: 
> failed to download https://maia.usno.navy.mil/ser7/finals2000A.all: <urlopen 
> error [Errno 111] Connection refused>
>     warn(f"failed to download {url}: {err}", IERSWarning)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py: 
> 16 warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py: 26 
> warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_scheduling.py: 8 
> warnings
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_target.py: 1 
> warning
>   /usr/lib/python3/dist-packages/astropy/utils/iers/iers.py:807: IERSWarning: 
> unable to download valid IERS file, using local IERS-B
>     warn("unable to download valid IERS file, using local IERS-B", 
> IERSWarning)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py::test_moon_separation
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py:194:
>  AstropyDeprecationWarning: The get_moon function is deprecated and may be 
> removed in a future version.
>           Use get_body("moon") instead.
>     moon = get_moon(time, apo.location).transform_to(altaz_frame)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py::test_moon_separation
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py::test_regression_shapes[constraint4]
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/constraints.py:588:
>  AstropyDeprecationWarning: The get_moon function is deprecated and may be 
> removed in a future version.
>           Use get_body("moon") instead.
>     moon = get_moon(times,
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py::test_moon_illumination
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py::test_moon_altaz
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_scheduling.py::test_scheduling_moon_up
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/observer.py:1714:
>  AstropyDeprecationWarning: The get_moon function is deprecated and may be 
> removed in a future version.
>           Use get_body("moon") instead.
>     moon = get_moon(time, location=self.location, ephemeris=ephemeris)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_constraints.py::test_moon_illumination
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_moon.py::test_illumination
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_scheduling.py::test_scheduling_moon_up
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/moon.py:38: 
> AstropyDeprecationWarning: The get_moon function is deprecated and may be 
> removed in a future version.
>           Use get_body("moon") instead.
>     moon = get_moon(time, ephemeris=ephemeris)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py::test_rise_set_transit_nearest_vector
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/observer.py:615:
>  TargetAlwaysUpWarning: Target with index 3 does not cross horizon=0.0 deg 
> within 24 hours
>     warnings.warn(warnmsg, TargetAlwaysUpWarning)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py::test_rise_set_transit_nearest_vector
>   /usr/lib/python3/dist-packages/erfa/core.py:154: ErfaWarning: ERFA function 
> "utctai" yielded 1 of "dubious year (Note 3)"
>     warnings.warn('ERFA function "{}" yielded {}'.format(func_name, wmsg),
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py::test_rise_set_transit_nearest_vector
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/observer.py:615:
>  TargetAlwaysUpWarning: Target with index 0 does not cross horizon=0.0 deg 
> within 24 hours
>     warnings.warn(warnmsg, TargetAlwaysUpWarning)
> 
> .pybuild/cpython3_3.11_astroplan/build/astroplan/tests/test_observer.py::test_moon_rise_set
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build/astroplan/observer.py:793:
>  AstropyDeprecationWarning: The get_moon function is deprecated and may be 
> removed in a future version.
>           Use get_body("moon") instead.
>     altaz = self.altaz(times, get_moon(times, location=self.location),
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED 
> astroplan/constraints.py::astroplan.constraints.LocalTimeConstraint.__init__
> FAILED astroplan/plots/tests/test_sky.py::test_timezone - 
> pytz.exceptions.Unk...
> FAILED 
> astroplan/tests/test_constraints.py::test_local_time_constraint_hawaii_tz
> FAILED astroplan/tests/test_observer.py::test_timezone_convenience_methods - 
> ...
> ================= 4 failed, 86 passed, 170 warnings in 19.69s 
> ==================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroplan/build; python3.11 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/astroplan_0.8-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: astroplan
Source-Version: 0.9.1-1
Done: Ole Streicher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
astroplan, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <[email protected]> (supplier of updated astroplan package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 27 Oct 2023 13:33:27 +0200
Source: astroplan
Architecture: source
Version: 0.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1052738
Changes:
 astroplan (0.9.1-1) unstable; urgency=medium
 .
   * Team upload.
   * Add tzdata-legacy build dependency (Closes: #1052738)
   * Remove upstream signing key
   * New upstream version 0.9.1
   * Rediff patches. Drop update-for-numpy-int-deprecation.patch: applied 
upstream
   * Add new build dependencies
   * Remove unneeded debhelper dependency
   * Directly take the version from the package in sphinx build
   * Add gitlab-ci.yml
Checksums-Sha1:
 651de4e274b0937c83e49eca89c42f5faf8a576f 2332 astroplan_0.9.1-1.dsc
 dae90a606efe8cacc9cd1e33ee36c322f77a7cec 140970 astroplan_0.9.1.orig.tar.gz
 5259462dec5d94e3c0605bc2aac26c276f115ae4 5624 astroplan_0.9.1-1.debian.tar.xz
 b81a937cfef5225b7f7d99f569dc17a07077a1b0 13172 
astroplan_0.9.1-1_amd64.buildinfo
Checksums-Sha256:
 2771943f3f181f4cad34853767317972d94337d053fa97d04981c1e5d521b1b5 2332 
astroplan_0.9.1-1.dsc
 d98c5ea58f6131de391aa66c78e0b4d77649359b29dbc8fdee9385e0408c2f4b 140970 
astroplan_0.9.1.orig.tar.gz
 515157e955ffbb495a0163958cfc6ae0d264cff7a15f0a8abf1d09a01633b567 5624 
astroplan_0.9.1-1.debian.tar.xz
 85ba7dcbb34cfeba3d7217c8f8eb7c1ca99b9036328bbe8dee2ef4852cd5a2b2 13172 
astroplan_0.9.1-1_amd64.buildinfo
Files:
 9bf62f8c94aa491184574a7d5a10177a 2332 python optional astroplan_0.9.1-1.dsc
 d75b6900656e78ab3ba62c4aadd2b1d3 140970 python optional 
astroplan_0.9.1.orig.tar.gz
 e50e26a00d8cbd538660e63b6d5bf6db 5624 python optional 
astroplan_0.9.1-1.debian.tar.xz
 a2fb3a26072c1ed283ce89e50a51a986 13172 python optional 
astroplan_0.9.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmU7roMACgkQcRWv0HcQ
3PcpxQ//VMriPD6f6eOnaqiPubheGG6I2vAssGWDbf2XO2ZghgLqlCQy9b6zu13a
/vHLZTXiIYfanu0aFTeP72Oufm5WWELEbUcH4BPZPlxNuJjdg3KpPcSdVy4QM5ij
zjvFSD6xoArzWzxvax1ilfeYOj69CrC/sXt+8o1Wee+3owyeu6D8j0uBRxYNcAiD
+QDchgfFnis1LXKjk7q7dfTFW+mOQNzl7x3VicBsVaAT9XH8L7VoQOEwpnnubuOC
/gF9duQ+4nzCie9Ke2lQyXgUh6Dq6IK67wvG/WaWHeOb7qF7Qv6J/QxLuW7Msj5Y
nNqAXHUsRZWlU3xdK1Hy1SZnR66KFfXIYKxhxjTiq4LbaEZxwP53j4qXjerfgd7j
OLON9ApkmPkwvXz1j9tQF54T7eHO/uzaucaWjtlSnsOhuKxEstqFudv7z1iCzkpR
xYz29h18dVfgA81qlcwzumkPVIPnnk0LqxqiZhP/YehCyS3NkWo67AZuKm1Isy9B
tzoA4rmW03FtE99WlHf45vGs/yF0Mcn2BPvoyWqqKOJKcEeosqGeCi3TRFFOWiDe
BXqMFVigfxkANsxSpqeISTq3cP8rbq7UPMeWX7lRgBKr4qImKKE7OhVrwU+xzqlE
p8W6d70S0UrM2xsrknfvABzhc/W5i+tvoMLlnfT0JX//dAJvuQU=
=QhsO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to