https://github.com/sebastianbergmann/phpunit-documentation-brazilian-portuguese
Brazilian Portuguese Documentation for PHPUnit
https://github.com/sebastianbergmann/phpunit-documentation-brazilian-portuguese
documentation phpunit
Last synced: about 1 month ago
JSON representation
Brazilian Portuguese Documentation for PHPUnit
- Host: GitHub
- URL: https://github.com/sebastianbergmann/phpunit-documentation-brazilian-portuguese
- Owner: sebastianbergmann
- Archived: true
- Created: 2018-01-26T09:46:12.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T14:20:50.000Z (over 2 years ago)
- Last Synced: 2025-01-17T14:35:25.052Z (9 months ago)
- Topics: documentation, phpunit
- Language: Python
- Homepage: http://phpunit.readthedocs.io/pt_BR/latest
- Size: 80.8 MB
- Stars: 11
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**The PHPUnit project is no longer involved with the translation of its documentation to other languages. This repository is now archived.**
# Building the Documentation
## Requirements
- Python
- [Sphinx](http://www.sphinx-doc.org/)
- [Read the Docs Sphinx Theme](https://github.com/rtfd/sphinx_rtd_theme)
## Building the HTML Documentation
To build the complete documentation run:
make html
# Output
Afterwards you will find the HTML files in `build/html`.