We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9685609 commit c817beeCopy full SHA for c817bee
docs/conf.py
@@ -42,7 +42,7 @@
42
43
# -- Options for HTML output -------------------------------------------------
44
html_theme = 'furo'
45
-html_title = "FeOs"
+html_title = f'FeOs v{feos.__version__}'
46
html_static_path = ['_static']
47
html_css_files = [
48
'style.css',
py-feos/pyproject.toml
@@ -11,7 +11,7 @@ dynamic = [
11
]
12
requires-python = ">=3.10"
13
dependencies = [
14
- "si_units>=0.11.0",
+ "si-units>=0.11.0",
15
16
17
[build-system]
0 commit comments