Skip to content

Commit c2dfc33

Browse files
authored
Merge pull request #3836 from sopvop/master
Make docs less noisy and referenceable
2 parents 7f061f5 + 3807b95 commit c2dfc33

File tree

4 files changed

+400
-224
lines changed

4 files changed

+400
-224
lines changed

Cabal/doc/_templates/layout.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends "!layout.html" %}
2+
3+
{% block menu %}
4+
{{ super() }}
5+
<a href="genindex.html">Index</a>
6+
{% endblock %}
7+

Cabal/doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
extensions = ['sphinx.ext.extlinks']
1717

18-
templates_path = ['.templates']
18+
templates_path = ['_templates']
1919
source_suffix = '.rst'
2020
source_encoding = 'utf-8-sig'
2121
master_doc = 'index'

0 commit comments

Comments
 (0)