Skip to content

Commit

Permalink
Unpin breathe version, force sphinx version compatible with sphinxcon…
Browse files Browse the repository at this point in the history
…trib.applehelp (#470)
  • Loading branch information
R1kM authored Jun 18, 2024
1 parent 0932a80 commit 26aa6ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup | System
run: |
brew install doxygen sphinx-doc gmp ninja node
brew install doxygen gmp ninja node
pip install --upgrade pip
- name: Setup | OCaml | 1/2
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Cryspen'

# The full version, including alpha/beta/rc tags
release = "5.0.2"
#release = ""


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion docs/reference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
sphinx >= 5.0.0

myst-parser
sphinx-multiversion

pydata-sphinx-theme
sphinx-book-theme

sphinx-tabs
breathe==4.33.1
breathe

0 comments on commit 26aa6ab

Please sign in to comment.