Skip to content

Commit

Permalink
doc conda fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Dec 22, 2023
1 parent 9a91192 commit dcd212f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/doc_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master

jobs:
build-linux:
Expand All @@ -34,9 +34,6 @@ jobs:
- name: Build api docs
run: sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./tomophantom

- name: Generate yml docs
run: python ./docs/source/yaml_doc_generator.py

- name: Build html
run: sphinx-build -a -E -b html ./docs/source/ ./docs/build/

Expand Down

0 comments on commit dcd212f

Please sign in to comment.