Skip to content

Commit

Permalink
ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Nov 11, 2019
1 parent 40fad3e commit e8b8653
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: false

# Python setup
python:
version: 3.5
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
- method: setuptools
system_packages: true

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=1.5.5
sphinx==2.2.1
sphinx_rtd_theme

0 comments on commit e8b8653

Please sign in to comment.