Skip to content

Spacetrack api fix with pypi publishing fix (#35) #66

Spacetrack api fix with pypi publishing fix (#35)

Spacetrack api fix with pypi publishing fix (#35) #66

Workflow file for this run

name: Build Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx-rtd-theme
- name: Build documentation
run: |
cd docs
sphinx-build -b html . _build/html