diff options
| author | Dmitry Shachnev <mitya57@gmail.com> | 2013-02-10 16:39:44 +0400 |
|---|---|---|
| committer | Dmitry Shachnev <mitya57@gmail.com> | 2013-02-10 16:39:44 +0400 |
| commit | 182e10b50fe88a4836b93501755806a2a38aa2e5 (patch) | |
| tree | e255c8a351b0112d0e1dce1c029d063a7973a1a7 | |
| parent | 7b9f201f8f821c4f99cd6b123fe6b8040a3b2586 (diff) | |
| download | sphinx-182e10b50fe88a4836b93501755806a2a38aa2e5.tar.gz | |
doc/_templates/index.html: fix link to the list of extensions
| -rw-r--r-- | doc/_templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 9b57be2a..cf276154 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -33,7 +33,7 @@ href="http://pygments.org">Pygments</a> highlighter</li> <li><b>Extensions:</b> automatic testing of code snippets, inclusion of docstrings from Python modules (API docs), and - <a href="{{ pathto('ext') }}">more</a></li> + <a href="{{ pathto('extensions') }}#builtin-sphinx-extensions">more</a></li> </ul> <p> Sphinx uses <a href="http://docutils.sf.net/rst.html">reStructuredText</a> |
