blob: cda53eec019b952c7c8a4bffaf21897912b646a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Authoritative list of redirects we have configured in RTD,
# https://pypi.org/project/readthedocs-cli/
---
- type: page
from_url: /rules/git-latest/
to_url: /rules/latest/
- type: page
from_url: /rules/hg-latest/
to_url: /rules/latest/
- type: page
from_url: /default_rules/index/
to_url: /rules/
# Keep this last or it will match all the other rules
- type: sphinx_htmldir
from_url: ""
to_url: ""
|