fune/testing/web-platform/tests/docs
Stephen McGruer 61c738ef95 Bug 1692549 [wpt PR 27529] - Cleanup unnecessary __init__.py files, a=testonly
Automatic update from web-platform-tests
Cleanup unnecessary `__init__.py` files

Now that we are Py3-only and have PEP 420, we should not need paths of
__init__.py files to file handlers.

Fixes #26552

--

wpt-commits: 3586ff740b00aa1fa82ab00cccbc36cca0bb8ccb
wpt-pr: 27529
2021-02-16 12:57:37 +00:00
..
admin
assets
reviewing-tests
running-tests
writing-tests Bug 1692549 [wpt PR 27529] - Cleanup unnecessary __init__.py files, a=testonly 2021-02-16 12:57:37 +00:00
.gitignore
.ruby-version
__init__.py
commands.json Bug 1692150 [wpt PR 27588] - Clean up some py3 checks adjacent to virtualenv logic, a=testonly 2021-02-15 11:35:22 +00:00
conf.py
frontend.py
index.md
intro-video-transcript.md
make.bat
Makefile
META.yml
README.md
requirements.txt Bug 1683182 [wpt PR 26946] - Update recommonmark to 0.7.1, a=testonly 2021-02-08 22:55:32 +00:00
test-suite-design.md
wpt_lint_rules.py

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.