Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Sphinx-Substitution-Extensions == 2020.9.30.0
sphinx-sitemap == 2.5.0
sphinx-togglebutton === 0.3.2
sphinxcontrib-images === 0.9.4
sphinx_reredirect === 0.1.2
myst-parser === 1.0.0
linkify === 1.4
linkify-it-py === 2.0.0
pyyaml === 6.0
pyyaml === 6.0
9 changes: 9 additions & 0 deletions source/default-conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'myst_parser',
'sphinx_design',
'sphinx.ext.intersphinx',
'sphinx_reredirects',
]

# -- External Links
Expand Down Expand Up @@ -195,6 +196,14 @@
'override_image_directive' : True
}

# sphinx-reredirects redirect rules
# `.rst` for source assumed in the rules
# `.html` for target must be included
redirects = {
"reference/minio-mc-admin/mc-admin-top": "../deprecated/mc-admin-top.html"
}


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down