Skip to content

Commit

Permalink
Update sphinx config (#250)
Browse files Browse the repository at this point in the history
Albrja/mic-5802/spinx-config

Fix spinx configuartion
- *Category*: doc build
- *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5802

Changes and notes
-sphinx config

### Testing
<!--
Details on how code was verified, any unit tests local for the
repo, regression testing, etc. At a minimum, this should include an
integration test for a framework change. Consider: plots, images,
(small) csv file.
-->
  • Loading branch information
albrja authored Jan 28, 2025
1 parent b4c840b commit 4dbcf08
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 4dbcf08

Please sign in to comment.