trisquel-icecat/icecat/testing/web-platform/tests/docs
2025-10-06 02:35:48 -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: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
writing-tests icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -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: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -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: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
README.md icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -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:

    pip install -r docs/requirements.txt
    
  4. Build the documentation:

    ./wpt build-docs