Skip to content

Commit

Permalink
Revert "ci(*): Add schema documentation"
Browse files Browse the repository at this point in the history
This reverts commit 8065006.
  • Loading branch information
devang-chauhan committed Mar 27, 2021
1 parent a4c1193 commit b9b11a5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 167 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
run: |
pip install -U .
pip install -r dev-requirements.txt
python gen_schemas.py --version ${{needs.deploy.outputs.tag}}
sphinx-apidoc -f -e -d 4 -o ./docs ./honeybee_3dm
sphinx-build -b html ./docs ./docs/_build/docs
- name: deploy to github pages
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ twine==3.4.1
wheel==0.36.2
setuptools==54.1.2
importlib-metadata==3.7.3
pydantic_openapi_helper==0.2.6
163 changes: 0 additions & 163 deletions gen_schemas.py

This file was deleted.

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lbt-honeybee==0.4.60
rhino3dm==0.14.0
click==7.1.2
pydantic==1.8.1
click==7.1.2

0 comments on commit b9b11a5

Please sign in to comment.