Skip to content

Commit 9ff293a

Browse files
authored
ReadTheDocs: add htmlzip to offline formats; remove ePub (OSGeo#3810)
1 parent 9c29825 commit 9ff293a

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ build:
3030
- libcurl4-openssl-dev
3131

3232
formats:
33+
- htmlzip
3334
- pdf
34-
- epub
3535

3636
conda:
3737
environment: docs/environment.yml

docs/source/download.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@
44
Download
55
================================================================================
66

7-
Here you can download current and previous releases of PROJ. We only supply a
8-
distribution of the source code and various resource file archives. See
9-
:ref:`install` for information on how to get pre-built packages of PROJ.
7+
.. only:: html
8+
9+
Here you can download current and previous releases of PROJ. We only supply
10+
a distribution of the source code and various resource file archives. See
11+
:ref:`install` for information on how to get pre-built packages of PROJ.
12+
13+
Documentation in PDF and zipped HTML can be downloaded using the flyout menu
14+
on the left side of the browser window.
15+
16+
.. only:: not html
17+
18+
Source code for the current and previous releases can be downloaded from
19+
https://download.osgeo.org/proj/
20+
21+
Documentation in PDF and zipped HTML can be downloaded using the flyout menu
22+
on the left side of the browser window from https://proj.org/
1023

1124
.. _current_release:
1225

0 commit comments

Comments
 (0)