Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to deprecated readthedocs documentation in Contribute page #4988

Merged
merged 4 commits into from
Mar 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/dev/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,6 @@ def some_method(a: int, b: str) -> float:
"""
```

The docs folder is used to automatically generate the documentation on our website at [quantumai.google/cirq](https://quantumai.google/cirq) from the `master` branch. You can also generate a local copy by running:

```bash
dev_tools/docs/build-rtd-docs.sh
```

The HTML output will go into the `dev_tools/rtd_docs/sphinx/_build` directory.

## Dependencies

### Production dependencies
Expand Down