Customization#

The directive contributors generates an <ul> node with class sphinx-contributors. This makes the list is highly customizable through CSS.

For example, the following CSS snippet makes the images round:

.sphinx-contributors img {
    border-radius: 50%;
}