Skip to content
Snippets Groups Projects
Commit f6d15f43 authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

readthedocs.yml fixes

parent 304774d7
Branches
Tags
No related merge requests found
# readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
build:
image: latest
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
conda:
environment: docs/rtd_environment.yml
environment: docs/rtd_environment.yml
build:
image: latest
python:
version: 3.7
setup_py_install: true
\ No newline at end of file
version: 3.7
install:
- method: setuptools
path: .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment