summaryrefslogtreecommitdiff
path: root/doc/usage/extensions
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-09-11 17:16:47 +0900
committerGitHub <noreply@github.com>2021-09-11 17:16:47 +0900
commit8416813168baa32449af1e9a2047282d57efc9fa (patch)
tree66a519cc389e3dcab1b654e2972faebd9a5bce39 /doc/usage/extensions
parent3a67b49f5d009eb143bbd2486a36fbeb0b4c21db (diff)
parent7dd112b1103b261eb7d227bc959063cdea943244 (diff)
downloadsphinx-git-8416813168baa32449af1e9a2047282d57efc9fa.tar.gz
Merge pull request #9616 from jdufresne/fix-url
Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g
Diffstat (limited to 'doc/usage/extensions')
-rw-r--r--doc/usage/extensions/graphviz.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/usage/extensions/graphviz.rst b/doc/usage/extensions/graphviz.rst
index 26ac007a1..c134f6ddb 100644
--- a/doc/usage/extensions/graphviz.rst
+++ b/doc/usage/extensions/graphviz.rst
@@ -227,13 +227,13 @@ There are also these config values:
attribute must be set, such as ``"_top"`` and ``"_blank"``. For example, the
link in the following graph should work in the svg output: ::
- .. graphviz::
+ .. graphviz::
- digraph example {
- a [label="sphinx", href="https://sphinx-doc.org", target="_top"];
- b [label="other"];
- a -> b;
- }
+ digraph example {
+ a [label="sphinx", href="https://www.sphinx-doc.org/", target="_top"];
+ b [label="other"];
+ a -> b;
+ }
.. versionadded:: 1.0
Previously, output always was PNG.