Skip to content

Commit

Permalink
Doc deploy (#14)
Browse files Browse the repository at this point in the history
* Test yml

* Moving doc to docs

* Add new docs folder

* Minor format edits

* Add required packages to yml

---------

Co-authored-by: Paolo <[email protected]>
  • Loading branch information
p-testolina and Paolo authored Apr 26, 2024
1 parent a186b41 commit d53cc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.8'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc
- run: pip install pdoc sionna geopandas contextily open3d
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc ./src/classes/BostonTwin.py -d numpy -o docs
Expand Down

0 comments on commit d53cc81

Please sign in to comment.