Skip to content

Commit

Permalink
Update documentation.rst
Browse files Browse the repository at this point in the history
Updated the sphinx and breathe versions
  • Loading branch information
emiliostassios authored Jan 5, 2025
1 parent 214cef9 commit 60373f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx/contributing/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ To build the |hpx| documentation, you need recent versions of the following
packages:

- ``python3``
- ``sphinx 4.5.0`` (Python package)
- ``sphinx 5.3.0`` (Python package)
- ``sphinx-book-theme`` (Python package)
- ``breathe 4.33.1`` (Python package)
- ``breathe 4.35.0`` (Python package)
- ``doxygen``
- ``sphinxcontrib-bibtex``
- ``sphinx-copybutton``
Expand All @@ -36,7 +36,7 @@ manager, you can install them using the Python package manager ``pip``:

.. code-block:: bash
pip install --user "sphinx<5" sphinx-book-theme breathe sphinxcontrib-bibtex sphinx-copybutton
pip install --user "sphinx=5.3" sphinx-book-theme breathe sphinxcontrib-bibtex sphinx-copybutton
You may need to set the following CMake variables to make sure CMake can
find the required dependencies.
Expand Down

0 comments on commit 60373f3

Please sign in to comment.