Skip to content

Commit

Permalink
Mic-4180/doc-builds (#99)
Browse files Browse the repository at this point in the history
Mic-4180/doc-builds

Update to fix builds for readthedocs
- *Category*: Documentation
- *JIRA issue*: [MIC-4180](https://jira.ihme.washington.edu/browse/MIC-4180)

Changes and notes
-updates readthedocs yml
-pins sphinx below 7.0

Testing
  • Loading branch information
albrja committed Sep 14, 2023
1 parent e21e5fc commit 8e0ba04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ version: 2

# Configure the python version and environment construction run before
# docs are built.
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
version: 3.8
install:
# This runs pip install .[docs] from the project root.
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]

doc_requirements = [
"sphinx",
"sphinx<7.0",
"sphinx-rtd-theme",
]

Expand Down

0 comments on commit 8e0ba04

Please sign in to comment.