Skip to content

Commit

Permalink
add sphinx configuration to readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 13, 2025
1 parent 4b15bf4 commit 4e76041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This is the version for the readthedocs configuration. Version 2 ignores
# web-based configuration and uses everything from this file.
version: 2
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

# Configure the python version and environment construction run before
# docs are built.
Expand All @@ -16,6 +19,3 @@ python:
extra_requirements:
- docs

# Doc builds will fail if there are any warnings
sphinx:
fail_on_warning: true

0 comments on commit 4e76041

Please sign in to comment.