tree: 66763534bdd4f67677a6b9c3e8f3bcaaf1652f75 [path history] [tgz]
  1. .gitignore
  2. _toc.yml
  3. Adding_words_to_openbios.md
  4. BeginAgain.md
  5. Bindings.md
  6. Building_OFW_for_ARM.md
  7. Building_OFW_for_OLPC.md
  8. Building_OFW_for_QEMU.md
  9. Building_OFW_to_Load_from_BIOS.md
  10. Code_of_Conduct.md
  11. conf.py
  12. Contact_us.md
  13. Credits.md
  14. FCODE_suite.md
  15. FlashRom.md
  16. Forth_FCode.md
  17. GPLv2.md
  18. How_Local_Variables_in_Forth_Work.md
  19. How_to_build_OpenBIOS_on_Mac_OS_X.md
  20. IEEE_1275-1994.md
  21. index.md
  22. Licensing.md
  23. Mailinglist.md
  24. News.md
  25. OFW_as_a_coreboot_Payload.md
  26. On_the_Net.md
  27. Open_Firmware.md
  28. OpenBIOS.md
  29. OpenBOOT.md
  30. README.md
  31. SLOF.md
  32. SmartFirmware.md
Documentation/website/README.md

To build the docs, you'll need sphinx and a few extensions that are listed in conf.py.

A simple way to get a working setup is to install pipx, then run:

$ pipx install sphinx
$ pipx inject sphinx {the extensions}

Afterwards, building the docs is a single command: sphinx-build $srcdir $destdir