Skip to content

Commit

Permalink
docs: Fix requirements.txt (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger authored Oct 1, 2024
1 parent 998320a commit b3cf1db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install '.[docs]'
- name: Auto-generate APIDOC sources
run: |-
sphinx-apidoc --output-dir docs/source/code --force .
- name: Create docs
run: |
make -C docs html
Expand Down
8 changes: 7 additions & 1 deletion docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
pre_build:
- make -C docs html

sphinx:
configuration: docs/source/conf.py

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
15 changes: 0 additions & 15 deletions docs/requirements.txt

This file was deleted.

0 comments on commit b3cf1db

Please sign in to comment.