trisquel-icecat/icecat/testing/web-platform/tests/docs
2025-07-17 09:32:21 -06:00
..
admin icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
assets icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
reviewing-tests icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
running-tests icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
writing-tests icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
.gitignore icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
.ruby-version icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
__init__.py icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
commands.json icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
conf.py icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
Dockerfile icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
frontend.py icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
index.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
intro-video-transcript.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
META.yml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
package.json icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
requirements.txt icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
test-suite-design.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
wpt_lint_rules.py icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06: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.