Skip to content

Commit

Permalink
Fix RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 27, 2024
1 parent a46dd5e commit 552297c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build:
python: '3.12'
nodejs: '20'
jobs:
pre_install:
# RTD uses 3.12.0, but indico requires 3.12.2
- "sed -i -E 's/python_requires = >=3.12.2, <3.13$/python_requires = >=3.12.0, <3.13/' setup.cfg"
post_install:
- npm install -g @mermaid-js/mermaid-cli

Expand Down

0 comments on commit 552297c

Please sign in to comment.