Skip to content

Files

This branch is 6050 commits behind web-platform-tests/wpt:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2023
Apr 26, 2020
Apr 26, 2023
Sep 11, 2023
Nov 7, 2023
Jun 21, 2019
Aug 4, 2017
Sep 18, 2023
Jan 31, 2020
Jun 20, 2019
Nov 14, 2019
Mar 31, 2022
Nov 23, 2021
Mar 18, 2022
Jun 25, 2021
Nov 7, 2019
Nov 23, 2021
Mar 23, 2023
Sep 3, 2019
May 6, 2021

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.