Skip to content

Commit 7c07fc0

Browse files
committed
Fix the docs even more
1 parent 6b2eabe commit 7c07fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ examples:
4343
uv run --extra all python -m physt.examples
4444

4545
docs:
46-
uv run --extra all sphinx-build -b html docs/ docs/_build/html
46+
uv run --extra all sphinx-build -b html doc/ doc/_build/html

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
# General information about the project.
5555
project = "Physt"
56-
copyright = "2016, Jan Pipek"
56+
copyright = "2016-2025, Jan Pipek"
5757
author = "Jan Pipek"
5858

5959
import physt.binnings

0 commit comments

Comments
 (0)