We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32dcb3 commit 65790a5Copy full SHA for 65790a5
1 file changed
docs/source/conf.py
@@ -10,6 +10,14 @@
10
# import sys
11
# sys.path.insert(0, os.path.abspath('.'))
12
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
+"""
21
22
# -- Project information -----------------------------------------------------
23
0 commit comments