File: README.md

package info (click to toggle)
fsspec 2025.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,200 kB
  • sloc: python: 24,285; makefile: 31; sh: 17
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# Building Documentation

A basic python environment with packages listed in `./requirements.txt` is
required to build the docs, see ``environment.yml``.

To make HTML documentation:

```bash
make html
```

Outputs to `build/html/index.html`