From 7c964a3d051ae9c36848ecf2733f9c8ccae31a7a Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 15 Dec 2021 01:23:59 -0800 Subject: [PATCH] generate the docs Signed-off-by: Jess Frazelle --- .github/workflows/generate-docs.yml | 45 ++++++++++++++++++++++++++++ kittycad/__init__.pyc | Bin 0 -> 263 bytes 2 files changed, 45 insertions(+) create mode 100644 .github/workflows/generate-docs.yml create mode 100644 kittycad/__init__.pyc diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml new file mode 100644 index 000000000..32c9a7196 --- /dev/null +++ b/.github/workflows/generate-docs.yml @@ -0,0 +1,45 @@ +name: generate docs +permissions: + contents: write +on: + push: + branches: main + paths: + - '**.py' + - .github/workflows/generate-docs.yml + pull_request: + paths: + - '**.py' + - .github/workflows/generate-docs.yml +jobs: + generate-docs: + + runs-on: ubuntu-latest + strategy: + matrix: + python-version: [3.6, 3.7, 3.8, 3.9] + + steps: + - uses: actions/checkout@v2 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + + # Installation instructions are from: https://python-poetry.org/docs/ + - name: Install dependencies + shell: bash + run: | + pip install \ + poetry + + - name: Build + shell: bash + run: | + poetry build + + - name: Generate the docs + shell: bash + run: | + pydoc -w kittycad + diff --git a/kittycad/__init__.pyc b/kittycad/__init__.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f81138c245a99c66a04c747a7bf8137c590aa52d GIT binary patch literal 263 zcmX|*y$ZrG6oqeEsUkQD&Kc{{zJQ3OZh}MIx`dci4faQx+o7AUPVQPayM2{Y4RN7RH?#g28My>lvz`hX8I1m5; literal 0 HcmV?d00001