CustomizationΒΆ
The directive contributors generates an <ul> node with class sphinx-contributors.
This makes the list is highly customizable through CSS.
Tip
See how to add custom CSS to Sphinx Documentation.
For example, the following CSS snippet makes the images round:
.sphinx-contributors img {
border-radius: 50%;
}