Skip to content

Commit 769afd0

Browse files
committed
fix renamed readme in toml-file
1 parent fcfffd2 commit 769afd0

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/sphinx_render_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 .

docs/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -29,8 +29,6 @@
2929
templates_path = ['_templates']
3030
exclude_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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
{ name = "LEA" },
66
]
77
description = "Heat sink computation toolbox: Calculate and optimize fan cooled heat sink systems for power electronics converters."
8-
readme = "README.md"
8+
readme = "README.rst"
99
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)