Commit 308f53de authored by Jeremy Mikola's avatar Jeremy Mikola

Update instructions for building docs locally

parent 63a5d216
...@@ -60,18 +60,10 @@ repository: ...@@ -60,18 +60,10 @@ repository:
repository. repository.
* Install [giza](https://pypi.python.org/pypi/giza/), as noted in the tools * Install [giza](https://pypi.python.org/pypi/giza/), as noted in the tools
README. README.
* Comment out the following `assets` entry in `config/build_conf.yaml`: * Sync your working copy of the documentation to the `source/` directory with
``` `rsync -a --delete /path/to/mongo-php-library/docs/ source/`.
- branch: master * Build the documentation with `giza make publish`. You can suppress
path: build/php-library # this is where we'll put the source docs (from the driver repo) informational log messages with the `--level warning` option.
repository: https://github.com/mongodb/mongo-php-library.git
```
* Create a symlink so that `build/php-library` points to your working copy of
the [mongodb/mongo-php-library](https://github.com/mongodb/mongo-php-library)
repository.
* Build the documentation with `giza make html`. You can suppress informational
log messages via the `--level warning` option.
* Generated documentation may be found in the `build/master/html` directory. * Generated documentation may be found in the `build/master/html` directory.
## Releasing ## Releasing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment