Skip to content

Commit c7678b1

Browse files
committed
add link to older version in the branded doc template
1 parent 45b5d71 commit c7678b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/docs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const Docs = () => {
2121
<a href="{{ pathto(master_doc) }}">Table Of Contents</a>
2222
</h3>
2323
<div className="sphinxsidebarwrapperlinks">{`{{ toctree() }}`}</div>
24+
<a href="https://readthedocs.org/projects/graphene-python/versions/">
25+
Older versions
26+
</a>
2427
</div>
2528
</div>{" "}
2629
</div>

0 commit comments

Comments
 (0)