Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Files

Latest commit

bd5ca81 · Oct 16, 2019

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 16, 2019
Aug 2, 2019
Sep 3, 2019
Oct 14, 2019
Oct 7, 2019
Jun 21, 2019
Aug 4, 2017
Mar 14, 2019
Oct 14, 2019
Jun 20, 2019
Oct 14, 2019
Sep 6, 2019
Oct 14, 2019
May 25, 2019
Sep 3, 2019

Project documentation tooling

The documentation for the web-platform-tests project is built using the Sphinx documentation generator. The GitHub Actions service is configured to automatically update the public website each time changes are merged to the repository.

Local Development

If you would like to build the site locally, follow these instructions.

  1. Install the system dependencies. The free and open source software tools Python and Git are required. Each website has instructions for downloading and installing on a variety of systems.

  2. Download the source code. Clone this repository using the git clone command.

  3. Install the Python dependencies. Run the following command in a terminal from the "docs" directory of the WPT repository:

    pip install -r requirements.txt
    
  4. Build the documentation. Windows users should execute the make.bat batch file. GNU/Linux and macOS users should use the make command.