mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
Update web-platform-tests to revision d7afcb8708eac08a614d161d5622a48172daf7e3
This commit is contained in:
parent
6f8bb4dd40
commit
edff458e23
791 changed files with 17647 additions and 10322 deletions
24
tests/wpt/web-platform-tests/docs/README.md
Normal file
24
tests/wpt/web-platform-tests/docs/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# WPT documentation
|
||||
|
||||
The documentation for the web-platform-tests project is built using [the Sphinx
|
||||
documentation generator](http://www.sphinx-doc.org). [The GitHub Actions
|
||||
service](https://github.com/features/actions) 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](https://www.python.org/) and [Git](https://git-scm.com/) 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.
|
Loading…
Add table
Add a link
Reference in a new issue