Skip to content

Commit

Permalink
add formats key to rtd to enable downloadable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Nov 28, 2023
1 parent 62f9eda commit a013633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ build:
python: "3.8"

sphinx:
configuration: docs/conf.py
configuration: docs/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .
extra_requirements:
- docs

# Build all formats for RTD Downloads - htmlzip, pdf, epub
formats: all
1 change: 1 addition & 0 deletions newsfragments/3153.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make downloadable versions of docs available in ``pdf``, ``htmlzip``, and ``epub`` formats

0 comments on commit a013633

Please sign in to comment.