Skip to content

Commit

Permalink
Fix sphinx pin (#100)
Browse files Browse the repository at this point in the history
Mic-4180/sphinx-pin
Sets lower and upper pins for sphinx version

- *Category*: Documentation
- *JIRA issue*: [MIC-4180](https://jira.ihme.washington.edu/browse/MIC-4180)

Changes and notes
-Adds a lower pin bound for sphinx verison

Testing
  • Loading branch information
albrja committed Sep 15, 2023
1 parent 8e0ba04 commit 99add13
Showing 1 changed file with 1 addition and 1 deletion.
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<7.0",
"sphinx>=6.2.1, <7.0",
"sphinx-rtd-theme",
]

Expand Down

0 comments on commit 99add13

Please sign in to comment.