Skip to content

Commit c633117

Browse files
committed
Redirect readthedocs to firefox-source-docs.mozilla.org
1 parent c2f54db commit c633117

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from recommonmark.parser import CommonMarkParser
2+
3+
source_parsers = {'.md': CommonMarkParser}
4+
5+
source_suffix = ['.md']
6+
master_doc = 'index'

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<meta http-equiv="refresh" content="0; URL=https://firefox-source-docs.mozilla.org/mozbase">
2+
Redirecting to new location...

0 commit comments

Comments
 (0)