Skip to content

Commit

Permalink
build(ReadTheDocs): Add C++ to Inter-Sphinx Mapping
Browse files Browse the repository at this point in the history
I wonder if this will work?
  • Loading branch information
ZZ-Cat committed Aug 10, 2023
1 parent 2aa0dbe commit 00402d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
]

intersphinx_mapping = {
'c++': ('https://en.cppreference.com/w/', None),
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
Expand Down

0 comments on commit 00402d5

Please sign in to comment.