Skip to content
/ furo Public
forked from pradyunsg/furo

A clean customizable documentation theme for Sphinx

License

Notifications You must be signed in to change notification settings

drewyh/furo

This branch is 814 commits behind pradyunsg/furo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

029fda5 Â· Dec 26, 2020
Oct 15, 2020
Dec 25, 2020
Dec 26, 2020
Aug 14, 2020
Aug 15, 2020
Aug 31, 2020
Sep 1, 2020
Nov 2, 2020
Aug 30, 2020
Aug 14, 2020
Nov 28, 2020
Nov 5, 2020
Oct 15, 2020
Nov 2, 2020
Oct 5, 2020
Oct 31, 2020

Repository files navigation

Furo

A clean customisable Sphinx documentation theme.

Demo image

Elevator pitch

  • Intentionally minimal --- the most important thing is the content, not the scaffolding around it.
  • Responsive --- adapting perfectly to the available screen space, to work on all sorts of devices.
  • Customisable --- change the color palette, font families, logo and more!
  • Easy to navigate --- with carefully-designed sidebar navigation and inter-page links.
  • Good looking content --- through clear typography and well-stylised elements.
  • Good looking search --- helps readers find what they want quickly.
  • Biased for smaller docsets --- intended for smaller documentation sets, where presenting the entire hierarchy in the sidebar is not overwhelming.

Quickstart

Furo is distributed on PyPI. To use the theme in your Sphinx project:

  1. Install Furo in documentation's build environment.

    pip install furo
    
  2. Update the html_theme in conf.py.

    html_theme = "furo"
  3. Your Sphinx documentation's HTML pages will now be generated with this theme! 🎉

For more information, visit Furo's documentation.

Contributing

Furo is a volunteer maintained open source project, and we welcome contributions of all forms. Please take a look at our Contributing Guide for more information.

Acknowledgements

Furo is inspired by (and borrows elements from) some excellent technical documentation themes:

We use BrowserStack to test on real devices and browsers. Shoutout to them for supporting OSS projects!

Used By

I'm being told that mentioning who uses $thing is a good way to promote $thing.

I'm also a maintainer on the last two, so... that covers responsible disclosure. :)

License

This project is licensed under the MIT License.

About

A clean customizable documentation theme for Sphinx

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Sass 35.2%
  • JavaScript 18.7%
  • HTML 16.5%
  • Python 15.8%
  • SCSS 13.8%