Skip to content

Commit

Permalink
ci: remove obsolete docs job for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 18, 2024
1 parent 7b552d4 commit 53095c9
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,6 @@ permissions: {} # Set permissions at the job level.

jobs:

# TODO: disable docs build until decision is made

# docs:
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v4
# - name: Set up Python 3.11
# uses: actions/setup-python@v5
# with:
# python-version: '3.11'
# - name: Cache python dependencies
# uses: actions/cache@v4
# with:
# path: ~/.cache/pip
# key: pip-docs-${{ hashFiles('pyproject.toml') }}
# restore-keys: |
# pip-docs-
# - name: Install python dependencies
# run: |
# python -m pip install .[docs]
# python -m pip show fuji
# - name: Build documentation
# env:
# READTHEDOCS: 'True'
# run: |
# # TODO: add W flag back after fixing warnings
# SPHINXOPTS='-n' make -C docs html

lint:
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 53095c9

Please sign in to comment.