8000 wip · pandas-dev/pandas-release@cce6e8a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit cce6e8a

Browse files
wip
1 parent 129a8ed commit cce6e8a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

windows.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,14 @@ conda update -n base -c defaults conda
166166
167167
conda env create --file=/pandas/environment.yml --name=pandas
168168
169-
...
170-
171169
./scripts/build-docs.sh
172170
173-
...
171+
exit
174172
```
173+
174+
copy the built doc files to host and manually inspect html and pdf docs.
175+
176+
```
177+
docker run -it --rm -v %cd%:/local -v pandas-release:/pandas-release pandas-release /bin/bash -c "cp -r /pandas-release/pandas/doc/build/ /local/pandas-docs"
178+
```
179+

0 commit comments

Comments
 (0)
0