Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 793 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 793 Bytes

Write the Docs website

This is the code that powers www.writethedocs.org. It contains information about the Write the Docs group, as well as information about writing documentation.

The repo is still in its early stages; feel free to contribute information that you might want to share with the community. To contribute to the Write the Docs website, famililarize yourself with the Sphinx site generator.

Run pip install -r requirements.txt to install everything you need to generate the site locally.

Run make html in the docs directory to generate a local version of the site in docs/_build/html/.

The Write the Docs website is hosted on Read the Docs.