Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
sphinx-contributors documentation
sphinx-contributors documentation
  • Installation
  • Usage
  • Customization
  • Who is using it?
  • Reference
  • Contribute
Back to top
View this page

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%;
}
  • https://avatars.githubusercontent.com/u/748828?v=4

    tk0miya

  • https://avatars.githubusercontent.com/u/144359?v=4

    birkenfeld

  • https://avatars.githubusercontent.com/u/2589111?v=4

    jfbu

  • https://avatars.githubusercontent.com/u/9087854?v=4

    AA-Turner

  • https://avatars.githubusercontent.com/u/151623?v=4

    shimizukawa

Next
Who is using it?
Previous
Usage
Copyright © 2024, David Garcia. All rights reserved.
Made with Sphinx and @pradyunsg's Furo