Skip to content

Commit

Permalink
chore: Fix building of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Feb 3, 2023
1 parent 8baabd4 commit 4b6fffc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,18 @@ jobs:
docs/requirements.txt
- name: Install dependencies
run: pip install -r requirements.txt -r docs/requirements.txt
run: python -m pip install -r requirements.txt -r docs/requirements.txt

- name: Build docs and analyze output
run: |
PYTHONPATH=$PWD/src \
sphinx-build \
python -m \
sphinx \
-b html \
-d docs/_build/html/doctrees \
docs \
docs/_build/html/ \
>build.log 2>&1
>build.log
IGNORE_PATTERN=$(cat docs/sphinx_warning_ignore.txt | \
sed -e 's/#.*$//g'| \
Expand Down

0 comments on commit 4b6fffc

Please sign in to comment.