mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-16 04:56:34 +00:00
19 lines
459 B
YAML
19 lines
459 B
YAML
site_name: PhpSpreadsheet Documentation
|
|
#site_url: https://github.com/PHPOffice/phpspreadsheet
|
|
repo_url: https://github.com/PHPOffice/phpspreadsheet
|
|
#repo_name: PhpSpreadsheet
|
|
#edit_uri: edit/master/docs/
|
|
|
|
theme:
|
|
name: readthedocs
|
|
extra_css:
|
|
- extra/extra.css
|
|
- extra/copyclipboard.css
|
|
- extra/nodarktoggle.css
|
|
- extra/darkmode.css
|
|
extra_javascript:
|
|
- extra/extrajs.js
|
|
- extra/copyclipboard.js
|
|
markdown_extensions:
|
|
- md_in_html
|