We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d0f1 commit a6e4792Copy full SHA for a6e4792
doc/_template/layout.html
@@ -6,9 +6,9 @@
6
{% include "searchbox.html" %}
7
8
<div class="rtd-nav">
9
- <a href="http://sfstoolbox.org/">Theory</a>
10
- <a href="http://matlab.sfstoolbox.org/">Matlab</a>
11
- <a class="active" href="http://python.sfstoolbox.org/">Python</a>
+ <a href="http://sfstoolbox.org">Theory</a>
+ <a href="http://matlab.sfstoolbox.org">Matlab</a>
+ <a class="active" href="{{ pathto(master_doc) }}">Python</a>
12
</div>
13
14
{% endblock %}
0 commit comments