Skip to content

Commit

Permalink
Docs: Clarify that Windows is not supported; fix Sphinx build (#3377)
Browse files Browse the repository at this point in the history
Signed-off-by: Max H. Gerlach <git@maxgerlach.de>
  • Loading branch information
maxhgerlach committed Jan 21, 2022
1 parent 15a6aa3 commit cce4207
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -115,7 +115,7 @@ scale.

Install
-------
To install Horovod:
To install Horovod on Linux or macOS:

1. Install `CMake <https://cmake.org/install/>`__

Expand Down
3 changes: 3 additions & 0 deletions docs/install.rst
Expand Up @@ -6,6 +6,7 @@ Horovod Installation Guide
Requirements
------------

- GNU Linux or macOS
- Python >= 3.6
- `g++-5` or above, or another compiler supporting C++14
- CMake 3.13 or newer
Expand All @@ -19,6 +20,8 @@ For best performance on GPU:
If Horovod in unable to find the CMake binary, you may need to set ``HOROVOD_CMAKE`` in your environment before
installing.

Horovod does not support Windows.

Frameworks
----------

Expand Down
1 change: 1 addition & 0 deletions docs/mocks.py
Expand Up @@ -38,6 +38,7 @@ def _dummy():
'psutil',

'fsspec',
'fsspec.callbacks',
'fsspec.core',
'fsspec.utils',

Expand Down
2 changes: 1 addition & 1 deletion docs/summary.rst
Expand Up @@ -107,7 +107,7 @@ scale.

Install
-------
To install Horovod:
To install Horovod on Linux or macOS:

1. Install `CMake <https://cmake.org/install/>`__

Expand Down

0 comments on commit cce4207

Please sign in to comment.