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 d6fc7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
2 changes: 1 addition & 1 deletion tools/doc-builders/build-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, docs_dir="docs"):
'sidebar': {
'title': "Documentation"
},
'downloads': ['pdf', 'epub'],
'downloads': ['epub'],
'chapters': [
'index.qmd',
'intro.qmd',
Expand Down

0 comments on commit d6fc7f5

Please sign in to comment.