Skip to content
Snippets Groups Projects
readthedocs.yml 393 B
Newer Older
# readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Nikolay Ivanov's avatar
Nikolay Ivanov committed

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/conf.py
Nikolay Ivanov's avatar
Nikolay Ivanov committed
  environment: docs/rtd_environment.yml

build:
  image: latest
Nikolay Ivanov's avatar
Nikolay Ivanov committed
  version: 3.7
  install:
    - method: setuptools
      path: .