Skip to content

Commit

Permalink
fix readthedocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinstadler committed Aug 7, 2023
1 parent 2d68432 commit bac4923
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ build:

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats: all

# Optionally declare the Python requirements required to build your docs
conda:
environment: environment.yml

python:
install:
- requirements: doc/rtd-requirements.txt
- method: pip
- path: .

0 comments on commit bac4923

Please sign in to comment.