Go to file
Pradyun Gedam ff18a368d5
Update TestPyPI release workflow
2021-07-28 10:04:48 +01:00
.github Update TestPyPI release workflow 2021-07-28 10:04:48 +01:00
docs Update changelog for release 2021-07-28 10:03:08 +01:00
src/furo Pacify linters 2021-07-26 09:50:50 +01:00
.flake8 Checkin skeleton 2020-08-14 16:18:32 +05:30
.gitattributes Add git stuff 2020-08-15 12:18:46 +05:30
.gitignore Move theme files into a "furo" folder 2020-12-28 11:25:17 +00:00
.isort.cfg We have a name: furo! 2020-09-02 02:10:47 +05:30
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2021-07-19 22:03:03 +00:00
CODE_OF_CONDUCT.md 🎨 2020-08-30 23:46:43 +05:30
LICENSE Checkin skeleton 2020-08-14 16:18:32 +05:30
README.md Tweak README 2021-03-19 20:47:22 +00:00
gulpfile.js Bring in babel for modern JS 2021-07-25 14:50:11 +01:00
noxfile.py Revert "Start using the npm-installed gulp" 2021-02-28 09:07:20 +00:00
package-lock.json Bring in babel for modern JS 2021-07-25 14:50:11 +01:00
package.json Bring in babel for modern JS 2021-07-25 14:50:11 +01:00
pyproject.toml Require Sphinx 4 2021-06-24 20:37:07 +01:00

README.md

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!

What's with the name?

I plucked this from the scientific name for Domesticated Ferrets: Mustela putorius furo.

A ferret is actually a really good spirit animal for this project: cute, small, steals little things from various places, and hisses at you when you try to make it do things it doesn't like.

I plan on commissioning a logo for this project (or making one myself) consisting of a cute ferret. Please reach out if you're interested!

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.