1
0
Fork 0
firefox/testing/web-platform/tests/docs
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
admin Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
assets Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
reviewing-tests Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
running-tests Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
writing-tests Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
.gitignore Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
.ruby-version Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
__init__.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
commands.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
conf.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
Dockerfile Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
frontend.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
index.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
intro-video-transcript.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
META.yml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
package.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
requirements.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test-suite-design.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
wpt_lint_rules.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02: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