You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page suggests to use:
pip install --user "sphinx<5" sphinx-book-theme breathe sphinxcontrib-bibtex sphinx-copybutton
Actual Behavior
There are version conflicts with sphinx<5 (4.5.0, recommended on the page).
Solution
I succeded in building HPX with these steps:
Install docutils<0.18
and pip install --user "sphinx<6" sphinx-book-theme breathe sphinxcontrib-bibtex sphinx-copybutton
... Please describe your environment
HPX Version: HPX v1.10.0
Python version: Python 3.10.12
Platform (compiler, OS): WSL (Ubuntu)
The text was updated successfully, but these errors were encountered:
The page suggests to use:
pip install --user "sphinx<5" sphinx-book-theme breathe sphinxcontrib-bibtex sphinx-copybutton
Actual Behavior
There are version conflicts with sphinx<5 (4.5.0, recommended on the page).
Solution
I succeded in building HPX with these steps:
Install docutils<0.18
and pip install --user "sphinx<6" sphinx-book-theme breathe sphinxcontrib-bibtex sphinx-copybutton
... Please describe your environment
The text was updated successfully, but these errors were encountered: