File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.10'
2222 - uses : actions/checkout@v4
23- - name : install femmt package
23+ - name : install hct package
2424 run : |
2525 pip install --upgrade pip
2626 pip install -e .
Original file line number Diff line number Diff line change 1- # Configuration file for the Sphinx documentation builder.
1+ """ Configuration file for the Sphinx documentation builder."""
22#
33# For the full list of built-in configuration values, see the documentation:
44# https://www.sphinx-doc.org/en/master/usage/configuration.html
2929templates_path = ['_templates' ]
3030exclude_patterns = []
3131
32-
33-
3432# -- Options for HTML output -------------------------------------------------
3533# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3634
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = [
55 { name = " LEA" },
66]
77description = " Heat sink computation toolbox: Calculate and optimize fan cooled heat sink systems for power electronics converters."
8- readme = " README.md "
8+ readme = " README.rst "
99requires-python = " >=3.10"
1010classifiers = [
1111 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments