Skip to content

Commit 0102e34

Browse files
authored
[stable-2.19] Extension for Ansible redirects (#2691)
* add reredirects dependency * add config and files for reredirects extension
1 parent 5614fa1 commit 0102e34

File tree

6 files changed

+484
-2
lines changed

6 files changed

+484
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html><head><meta name="robots" content="noindex"><noscript><meta http-equiv="refresh" content="0; url=${to_uri}" /></noscript><script>var target = "${to_uri}";if (window.location.hash) {window.location.replace(target + window.location.hash);} else {window.location.replace(target);}</script></head></html>

docs/docsite/Makefile.sphinx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
#
33

44
# You can set these variables from the command line.
5+
EXTRA_TAGS ?=
56
DOCS_VARIANTS ?=
67
SPHINXCONFDIR = rst
78
LANGOPTS ?=
8-
SPHINXOPTS ?= -j $(CPUS) -n -w rst_warnings -c "$(SPHINXCONFDIR)" $(DOCS_VARIANTS) $(LANGOPTS)
9+
SPHINXOPTS ?= -j $(CPUS) -n -w rst_warnings -c "$(SPHINXCONFDIR)" $(DOCS_VARIANTS) $(EXTRA_TAGS) $(LANGOPTS)
910
SPHINXBUILD = sphinx-build
1011
SPHINXPROJ = sdfsdf
1112
SOURCEDIR = rst

0 commit comments

Comments
 (0)