diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-24 18:42:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 18:42:05 +0200 |
| commit | 8aba4d24b72631007c1c33b70bc1a908fa5d8319 (patch) | |
| tree | 11bf9bbea6b35765bac114ee275ec6b0e45e32a8 /docs/source/news.rst | |
| parent | 40466db40499e003cc59957d7e245b6ce8f8e4a3 (diff) | |
| download | PROJ-8aba4d24b72631007c1c33b70bc1a908fa5d8319.tar.gz PROJ-8aba4d24b72631007c1c33b70bc1a908fa5d8319.zip | |
Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191)
Those changes are also compatible with Sphinx 2.x
The use of .. cpp:enumerator:: for a C enum is questionable,
but .. c:member:: no longer works in Sphinx 3 for the value of
a C enum, but .. c:enumerator:: is Sphinx 3 only
( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator )
Sphinx 3 is also more strict with the use of cross-reference
to C types. It rejects cross-references to things like
`` :c:type:`int` `` since this isn't a type we actually define.
Diffstat (limited to 'docs/source/news.rst')
| -rw-r--r-- | docs/source/news.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/news.rst b/docs/source/news.rst index f083752c..55e1b379 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -190,7 +190,7 @@ Updates * :c:func:`proj_trans`: add retry logic to select other transformation if the best one fails. (`#1809 <https://github.com/OSGeo/PROJ/issues/1809>`_) -* :c:func:`BoundCRS::identify()`: improvements to discard CRS that aren't relevant +* `BoundCRS::identify()`: improvements to discard CRS that aren't relevant (`#1802 <https://github.com/OSGeo/PROJ/issues/1802>`_) * Database: update to IGNF v3.1.0 (`#1785 <https://github.com/OSGeo/PROJ/issues/1785>`_) @@ -263,7 +263,7 @@ Bug fixes * :c:func:`proj_create_crs_to_crs_from_pj()`: make the PJ* arguments const PJ* (`#1583 <https://github.com/OSGeo/PROJ/issues/1583>`_) -* :c:func:`PROJStringParser::createFromPROJString()`: avoid potential infinite +* `PROJStringParser::createFromPROJString()`: avoid potential infinite recursion (`#1574 <https://github.com/OSGeo/PROJ/issues/1574>`_) * Avoid core dump when setting ``ctx==NULL`` in functions |
