Files
tubestation/testing/web-platform/tests/docs
Philip Jägenstedt 5d25a3142b Bug 1896634 [wpt PR 46250] - Remove outdated mention of Travis CI, a=testonly
Automatic update from web-platform-tests
Remove outdated mention of Travis CI (#46250)

Just call it CI, like in the "Running Tests on CI" docs.
--

wpt-commits: 1789aef322ff2d9e891d519979bcffa5997dff96
wpt-pr: 46250
2024-05-23 10:00:14 +00:00
..

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.