Skip to content

Commit efe854f

Browse files
oraNodwebknjaz
andauthored
Update docs/docsite/rst/conf.py
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 910c941 commit efe854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ def setup(app: Sphinx) -> dict[str, bool | str]:
401401
redirects_config_path = DOCS_ROOT_DIR.parent / "declarative-configs" / "ansible_redirects.toml"
402402
redirects = tomllib.loads(redirects_config_path.read_text())
403403

404-
app.setup_extension('sphinx_reredirects') # redirect pages that have been restructured or removed
405404
app.config.redirects = redirects
405+
app.setup_extension('sphinx_reredirects') # redirect pages that have been restructured or removed
406406

407407
return {
408408
"parallel_read_safe": True,

0 commit comments

Comments
 (0)