Skip to content

Commit 12620a0

Browse files
committed
docs: add niceties extensions
1 parent 594de86 commit 12620a0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ def get_HEAD_short_hash() -> str:
7575
release = f"latest"
7676

7777
# -- General configuration ---------------------------------------------------
78-
extensions = []
78+
extensions = [
79+
"sphinx_copybutton",
80+
"sphinx_last_updated_by_git",
81+
]
7982

8083
templates_path = ["_templates"]
8184
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

docs/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
Sphinx
1+
sphinx
2+
sphinx-copybutton
3+
sphinx-last-updated-by-git
24
furo

0 commit comments

Comments
 (0)