Files
CoolProp/dev/docker/conda_environment.yml
Jorrit Wronski 2841dfe217 Build the docs for v6.4.2 (#2191)
- 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.
2022-12-07 11:55:16 +01:00

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