Skip to content

Commit 95d9a59

Browse files
committed
update build docs
Signed-off-by: flashdagger <flashdagger@googlemail.com>
1 parent 178becf commit 95d9a59

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Build the documentation locally
7272
.. code-block:: sh
7373
7474
# install the optional dependencies for building the documentation
75-
pip install -r docs/requirements.txt
75+
uv pip install -r docs/requirements.txt
7676
# build the HTML documents
7777
docs\make.bat html # Windows
7878
make -C docs html # Linux, MacOS

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1515

1616
project = "zammadoo"
17-
copyright = "2023, MMM"
17+
copyright = "2026, MMM"
1818
author = "flashdagger"
1919

2020
# The full version, including alpha/beta/rc tags
@@ -86,7 +86,6 @@
8686
"canonical_url": "",
8787
"analytics_id": "",
8888
"logo_only": False,
89-
"display_version": True,
9089
"prev_next_buttons_location": "bottom",
9190
"style_external_links": False,
9291
"collapse_navigation": True,

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx==7.2.6
2-
sphinx-rtd-theme==2.0.0
3-
typing_extensions==4.10.0
4-
types-requests==2.31.0.20240311
1+
sphinx==9.1.0
2+
sphinx-rtd-theme==3.1.0
3+
typing_extensions==4.15.0
4+
types-requests==2.33.0.20260408

0 commit comments

Comments
 (0)