We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2eabe commit 7c07fc0Copy full SHA for 7c07fc0
Justfile
@@ -43,4 +43,4 @@ examples:
43
uv run --extra all python -m physt.examples
44
45
docs:
46
- uv run --extra all sphinx-build -b html docs/ docs/_build/html
+ uv run --extra all sphinx-build -b html doc/ doc/_build/html
doc/conf.py
@@ -53,7 +53,7 @@
53
54
# General information about the project.
55
project = "Physt"
56
-copyright = "2016, Jan Pipek"
+copyright = "2016-2025, Jan Pipek"
57
author = "Jan Pipek"
58
59
import physt.binnings
0 commit comments