Skip to content

Commit

Permalink
Update sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Jan 27, 2025
1 parent 01d52da commit d5a9b1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This is the version for the readthedocs configuration. Version 2 ignores
# web-based configuration and uses everything from this file.
version: 2
# Doc builds will fail if there are any warnings
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

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

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

0 comments on commit d5a9b1a

Please sign in to comment.