Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 65790a5

Browse files
committed
docs: add banner to point to new docs domain
1 parent e32dcb3 commit 65790a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
# import sys
1111
# sys.path.insert(0, os.path.abspath('.'))
1212

13+
rst_prolog = """
14+
.. raw:: html
15+
16+
<div style="background-color: #fff3cd; padding: 12px; border-left: 5px solid #ffa502; margin-bottom: 20px;">
17+
⚠️ This documentation has moved to <a href="https://docs.mapswipe.org/">https://docs.mapswipe.org</a>.
18+
Please update your bookmarks.
19+
</div>
20+
"""
1321

1422
# -- Project information -----------------------------------------------------
1523

0 commit comments

Comments
 (0)