https://github.com/deephyper/deephyper
Revision 3abe0d023964d29dc5b0cc63c13376c89596f9f3 authored by Deathn0t on 18 October 2021, 14:59:26 UTC, committed by Deathn0t on 18 October 2021, 14:59:26 UTC
2 parent s eaf69ca + 873e05e
Raw File
Tip revision: 3abe0d023964d29dc5b0cc63c13376c89596f9f3 authored by Deathn0t on 18 October 2021, 14:59:26 UTC
Merge branch 'release/0.3.1'
Tip revision: 3abe0d0
.readthedocs.yaml
# .readthedocs.yaml

version: 2

build:
    image: latest

python:
   version: 3.8
   install:
      - method: pip
        path: .
        extra_requirements:
            - dev
   system_packages: true

sphinx:
   builder: html
   configuration: docs/conf.py
back to top