mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 03:18:07 -05:00
- Streamlined the build of the HTML documentation based on a private docker image. - Invoke doxygen and Sphinx to create the final HTML pages. - Employ a cache for the GitHub actions to store the output of the expensive tasks. - Restructured the GitHub actions builders and introduced a naming scheme. - Fixed a few typos in the docs. - Automatically publish the documentation to GitHub pages.
24 lines
373 B
YAML
24 lines
373 B
YAML
name: docs
|
|
dependencies:
|
|
- python
|
|
- scipy
|
|
- numpy
|
|
- matplotlib
|
|
- ipython
|
|
- pandas
|
|
- pip
|
|
- six
|
|
- requests
|
|
- jinja2<=3.0.0 # needed for cloud theme compatibility
|
|
- pyyaml
|
|
- packaging
|
|
- pip:
|
|
- cython
|
|
- sphinx
|
|
- sphinxcontrib-napoleon
|
|
- sphinxcontrib-doxylink
|
|
- sphinxcontrib-bibtex
|
|
- cloud_sptheme
|
|
- openpyxl
|
|
- pybtex
|