Skip to content

Commit

Permalink
DOC: Attempt to fix RTD [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 13, 2021
1 parent 6bfd527 commit a7dc9c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

sphinx:
builder: html
configuration: doc/source/conf.py
fail_on_warning: true

# Set the version of Python and requirements required to build your docs
python:
version: 3.8
system_packages: true
install:
- requirements: doc/rtd-pip-requirements
- method: pip
path: .

# Don't build any extra formats
formats: []

0 comments on commit a7dc9c7

Please sign in to comment.