Skip to content

Commit 23475b6

Browse files
committed
Fix wrong 'changelog' and 'reference' links in docs
Both references were referencing links from Python because of our intersphinx mapping in `conf.py`: intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} Because Python's docs explicitly define both references, Sphinx fallbacks to them instead of generating implicit references as was expected. Fix #6397
1 parent cff7843 commit 23475b6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/en/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _`changelog`:
2+
13
=========
24
Changelog
35
=========

doc/en/reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _`reference`:
2+
13
API Reference
24
=============
35

0 commit comments

Comments
 (0)