Skip to content

Commit

Permalink
Migrate Read the Docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 10, 2023
1 parent 7ab1593 commit a801d00
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/.github export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.readthedocs.yaml export-ignore
/codecov.yml export-ignore
/firebase.json export-ignore
/phpstan.neon.dist export-ignore
Expand Down
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

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

sphinx:
configuration: docs/conf.py

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

0 comments on commit a801d00

Please sign in to comment.