File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Redirects from "old URL" "new URL"
2
+ #
3
+ # Space delimited
4
+ #
5
+ # The old URL must be relative to the document root only and MUST NOT contain the file extension
6
+ #
7
+ # The new URL can either be an absolute URL or a relative URL
8
+ # - For absolute URLs, the URL must be wrapped in double quotation marks. Whatever is inside the quotation marks is
9
+ # used verbatim as the URL. Don't forget to add the "http://" or "https://" prefix to your absolute URL.
10
+ # - For relative URLs, must be relative to the document root only and MUST NOT be wrapped with any quotation marks.
11
+ #
12
+ # Empty lines and lines starting with # are ignored
Original file line number Diff line number Diff line change 3
3
#
4
4
# matplotlib is currently required only by the script generate_chart.py
5
5
jinja2 == 3.0.2
6
- esp-docs == 0.2.1
7
6
sphinx-copybutton == 0.3.0
8
- sphinx-tabs == 3.2.0
7
+ sphinx-tabs == 3.2.0
8
+ esp-docs == 0.2.1
You can’t perform that action at this time.
0 commit comments