Skip to content

Commit 83205ef

Browse files
committed
Added page redirect file
1 parent 766be2a commit 83205ef

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: docs/page_redirects.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

Diff for: docs/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#
44
# matplotlib is currently required only by the script generate_chart.py
55
jinja2==3.0.2
6-
esp-docs==0.2.1
76
sphinx-copybutton==0.3.0
8-
sphinx-tabs==3.2.0
7+
sphinx-tabs==3.2.0
8+
esp-docs==0.2.1

0 commit comments

Comments
 (0)