Skip to content

Commit

Permalink
Config for "readthedocs"
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Jan 31, 2025
1 parent c5aff70 commit eb0ad11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.readthedocs.yaml export-ignore
/ci export-ignore
/docs export-ignore
/phpstan.neon export-ignore
Expand Down
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/source/conf.py

0 comments on commit eb0ad11

Please sign in to comment.