Skip to content

Commit

Permalink
copied rtd from eko
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Jul 11, 2022
1 parent 12ab875 commit 26d0fe7
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04 # is required: see https://github.com/readthedocs/readthedocs.org/issues/8912
tools:
python: "3.10"

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

# Optionally set requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true

0 comments on commit 26d0fe7

Please sign in to comment.