Contents Menu Expand
Furo is under active development, and this documentation is not written yet!
Furo
Furo
  • Quickstart
  • Customisation
    • Adding a logo
    • Changing landing page
    • Changing colors
    • Changing fonts
    • Hiding Contents sidebar
  • Reference
    • Text Formatting
    • Admonitions
    • API documentation
    • Code Blocks
    • Hyperlinks
    • Images
    • Lists
    • Tables

Development

  • Contributing
    • Workflow
    • Internals
    • Design Goals
  • Changelog
  • License
  • GitHub Repository

Adding a logo¶

Logos are a point of recognition and an important part of branding. Furo supports the standard Sphinx mechanism to add your project’s logo in the documentation. This is done by setting html_logo in conf.py:

html_logo = "logo.png"

It is also possible to hide the name of the project in the sidebar, which might be desirable if the logo contains the project name.

Next
Changing landing page
Previous
Customisation
Copyright © 2020, Pradyun Gedam | Built with Sphinx using @pradyunsg's Furo theme.