Skip to content

Commit

Permalink
🔧 Configure .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonrose committed Aug 6, 2024
1 parent 53f93e2 commit 3599f65
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc-requirements.txt
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ exclude .ignore
exclude .pre-commit-config.yaml
exclude .prettierignore
exclude .prettierrc.toml
exclude .readthedocs.yaml
exclude codecov.yml
exclude Makefile
include .bumpversion.cfg
Expand Down

0 comments on commit 3599f65

Please sign in to comment.