Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 542 Bytes

README.rst

File metadata and controls

15 lines (10 loc) · 542 Bytes

To build a local copy of the Dask documentation, install the packages in requirements-docs.txt and run make html.

Optionally create and activate a conda environment first:

conda create -n daskdocs -c conda-forge python=3.11
conda activate daskdocs

Install the dependencies with pip:

python -m pip install -r requirements-docs.txt

After running make html the generated HTML documentation can be found in the build/html directory. Open build/html/index.html to view the home page for the documentation.