Skip to content

Commit

Permalink
DOC: Update doc generator requirements and instructions (tensorflow#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored and WindQAQ committed Jun 17, 2019
1 parent 3aee812 commit e17ab4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Generate API documents

```bash
# Install dependencies:
pip install -r doc_requirements.txt
pip install -r tools/docs/doc_requirements.txt

# Build tool:
bazel build tools/docs:build_docs
Expand Down
1 change: 1 addition & 0 deletions tools/docs/doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
git+https://github.com/tensorflow/docs
pathlib
pyyaml

0 comments on commit e17ab4a

Please sign in to comment.