diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-14 15:43:38 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-14 15:43:38 +0900 |
commit | af4647c4927622ee53c7fb1a308d844bfa36bcac (patch) | |
tree | 149587f7f321a208a858be80467d3c67fac770b2 /sphinx/writers/html5.py | |
parent | c35eb6fade7a3b4a6de4183d1dd4196f04a5edaf (diff) | |
parent | 72762db255657f25e50dd14560b09e50bd5f0a67 (diff) | |
download | sphinx-git-af4647c4927622ee53c7fb1a308d844bfa36bcac.tar.gz |
Merge branch '1.7'
Diffstat (limited to 'sphinx/writers/html5.py')
-rw-r--r-- | sphinx/writers/html5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/html5.py b/sphinx/writers/html5.py index 420822c32..85a7ef7c2 100644 --- a/sphinx/writers/html5.py +++ b/sphinx/writers/html5.py @@ -827,7 +827,7 @@ class HTML5Translator(BaseTranslator): # type: (nodes.Node, unicode) -> None logger.warning(__('using "math" markup without a Sphinx math extension ' 'active, please use one of the math extensions ' - 'described at http://sphinx-doc.org/ext/math.html'), + 'described at http://sphinx-doc.org/en/master/ext/math.html'), location=(self.builder.current_docname, node.line)) raise nodes.SkipNode |