Skip to content

Commit 1a159cd

Browse files
Hide sphinx docs 'Fork me on GitHub' badge
1 parent b637555 commit 1a159cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/templates/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
/* Makes tables readable (default max-width of 800px squishes their layout too much on most screens) */
2121
max-width: revert;
2222
}
23+
24+
body > div.badge {
25+
/* Hide goofy-looking "Fork me on GitHub" badge */
26+
display: none;
27+
}
2328
</style>
2429
{% endblock %}

0 commit comments

Comments
 (0)