Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
pip install --upgrade pip
pip install zensical
pip install -e .

- name: Build docs
run: cd docs && zensical build --clean -f ../zensical.toml
Expand Down
8 changes: 1 addition & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ build:
commands:
- pip install --upgrade pip
- pip install zensical
- pip install -e .
- cd docs && zensical build --clean -f ../zensical.toml

python:
install:
- method: pip
path: .
- cd docs && zensical build --clean && cp -r site $READTHEDOCS_OUTPUT/html
Loading