We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07a9f9 commit d017475Copy full SHA for d017475
.github/workflows/python-ci-docs.yml
@@ -41,8 +41,6 @@ jobs:
41
python-version: 3.12
42
- name: Install UV
43
uses: astral-sh/setup-uv@v7
44
- - name: Install
45
- run: make docs-install
46
- name: Build docs
47
run: make docs-build
48
- name: Run linters
.github/workflows/python-release-docs.yml
@@ -36,8 +36,6 @@ jobs:
36
python-version: ${{ matrix.python }}
37
38
39
- - name: Install docs
40
- name: Copy
mkdocs/README.md
@@ -22,6 +22,5 @@ The pyiceberg docs are stored in `docs/`.
22
## Running docs locally
23
24
```sh
25
-make docs-install
26
make docs-serve
27
```
0 commit comments