Skip to content

Commit

Permalink
update docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekX committed May 27, 2023
1 parent dc41efe commit 62cf81a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs-custom-steps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
steps:
- wget https://phpdoc.org/phpDocumentor.phar -q -O documentor.phar
- php documentor.phar -d src -t _build/html/api
- python -m mkdocs build --dirty --site-dir _build/html --config-file mkdocs.yml
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
version: 2
mkdocs:
configuration: mkdocs.yml
build:
os: ubuntu-22.04
apt_packages:
- php8.2
- php8.2-xml
- php8.2-mbstring
python:
version: "3.7"
install:
Expand Down

0 comments on commit 62cf81a

Please sign in to comment.