Skip to content

Commit

Permalink
readthedocs requires build block to be set, see https://docs.readth…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashergt committed Mar 6, 2024
1 parent d764234 commit 74dad89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

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

Expand All @@ -12,7 +19,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt

0 comments on commit 74dad89

Please sign in to comment.