Skip to content

Commit

Permalink
Fix sphinx extras not being installed in ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Dec 27, 2020
1 parent 67d98f5 commit 7b7db15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

sphinx:
configuration: docs/conf.py

python:
version: 3
install:
- method: pip
path: .
extra_requirements:
- dev-docs
- method: setuptools
path: .
system_packages: true

0 comments on commit 7b7db15

Please sign in to comment.