Skip to content

Commit

Permalink
Import torchtext #1287 fab63ed
Browse files Browse the repository at this point in the history
Reviewed By: parmeet

Differential Revision: D27922562

fbshipit-source-id: 3c18cd9e2583e03471461ad8a22ac6b0ceb596a2
  • Loading branch information
Artyom Astafurov authored and facebook-github-bot committed Apr 22, 2021
1 parent 6a46a5c commit bc5e6e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ jobs:
root: ./
paths:
- "*"
- store_artifacts:
path: ./docs/build/html
destination: docs

upload_docs:
<<: *binary_common
Expand Down
3 changes: 3 additions & 0 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ jobs:
root: ./
paths:
- "*"
- store_artifacts:
path: ./docs/build/html
destination: docs

upload_docs:
<<: *binary_common
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx==2.4.4
sphinxcontrib-googleanalytics
-e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
'collapse_navigation': False,
'display_version': True,
'logo_only': True,
'analytics_id': 'UA-117752657-2',
}

html_logo = '_static/img/pytorch-logo-dark.svg'
Expand Down

0 comments on commit bc5e6e3

Please sign in to comment.