Skip to content

Commit

Permalink
Still working on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 27, 2024
1 parent 6fe2cb9 commit 0bb7316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ jobs:
git clone https://github.com/3-manifolds/snappy/
cd snappy
python setup.py pip_install
cd doc_src
make html
python3 add_doc_to_wheel.py _build/snappy_doc.zip ../dist/snappy*.whl
cd ..
python3 -m pip install --force-reinstall --no-index --no-cache-dir --no-deps --find-links ./dist snappy
python doc_src/build_doc_add_to_wheel.py dist/snappy-*.whl
python -m pip install --force-reinstall --no-index --no-cache-dir --no-deps --find-links ./dist snappy
- name: Do the tests
run: python -m snappy.test --skip-gui
Expand Down
5 changes: 1 addition & 4 deletions build_mac_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ install_package spherogram
install_package snappy

# Build snappy docs and add to wheel
cd snappy/doc_src
make html
python3 add_doc_to_wheel.py _build/snappy_doc.zip ../../wheelhouse/snappy*.whl
cd ../..
python3 snappy/doc_src/build_doc_add_to_wheel.py wheelhouse/snappy-*universal2.whl
python3 -m pip install --force-reinstall --no-index --no-cache-dir --no-deps --find-links ./wheelhouse snappy

# if frameworks/Frameworks.tgz does not exist, build it.
Expand Down

0 comments on commit 0bb7316

Please sign in to comment.