Skip to content

Commit

Permalink
Update dev requirements for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lolipopshock committed Jun 24, 2020
1 parent 0096dac commit ac33b20
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- method: pip
path: .
- requirements: dev-requirements.txt
4 changes: 3 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Sphinx==3.0.0
recommonmark==0.6.0
sphinx_rtd_theme
google-cloud-vision
pytesseract
pytesseract
pycocotools
git+https://github.com/facebookresearch/[email protected]#egg=detectron2

0 comments on commit ac33b20

Please sign in to comment.