We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594de86 commit 12620a0Copy full SHA for 12620a0
docs/conf.py
@@ -75,7 +75,10 @@ def get_HEAD_short_hash() -> str:
75
release = f"latest"
76
77
# -- General configuration ---------------------------------------------------
78
-extensions = []
+extensions = [
79
+ "sphinx_copybutton",
80
+ "sphinx_last_updated_by_git",
81
+]
82
83
templates_path = ["_templates"]
84
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
docs/requirements.txt
@@ -1,2 +1,4 @@
1
-Sphinx
+sphinx
2
+sphinx-copybutton
3
+sphinx-last-updated-by-git
4
furo
0 commit comments