Skip to content

Commit

Permalink
🔨 Disabled pdf-downloads and rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
serkor1 committed Jan 28, 2025
1 parent feca023 commit c81dff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Render docs
uses: quarto-dev/quarto-actions/render@v2
with:
to: html
path: docs/

- name: Publish docs
Expand Down
1 change: 0 additions & 1 deletion tools/doc-builders/build-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self, docs_dir="docs"):
'sidebar': {
'title': "Documentation"
},
'downloads': ['pdf', 'epub'],
'chapters': [
'index.qmd',
'intro.qmd',
Expand Down

0 comments on commit c81dff7

Please sign in to comment.