From 7fcc3370b12d9567204a2bf11270166ec2178f7b Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 16 Oct 2024 11:40:22 +0100 Subject: [PATCH] no docs on sunpy --- docs/tutorial.rst | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 0cc7015..77de7b4 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -224,8 +224,6 @@ The following, for example, only downloads the first file of the request: .. code-block:: python >>> export_request.download(out_dir, index=0) # doctest: +REMOTE_DATA - record url download - 0 hmi.V_45s[2016.04.01_00:00:00_TAI][2]{Dopplerg... http://jsoc.stanford.edu/SUM58/D803708321/S000... ... Being a direct ``as-is`` export, there are no keyword data written to any FITS headers. If you need keyword data added to the headers, you have to use the ``fits`` export protocol instead, which is described below. diff --git a/tox.ini b/tox.ini index 01607c2..f08d4b0 100644 --- a/tox.ini +++ b/tox.ini @@ -78,7 +78,7 @@ commands = --cov-config={toxinidir}/.coveragerc \ online: --timeout=120 \ online,sunpy: --remote-data=any \ - {toxinidir}/docs \ + !sunpy: {toxinidir}/docs \ {posargs} [testenv:codestyle]