File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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\m ake.bat html # Windows
7878 make -C docs html # Linux, MacOS
Original file line number Diff line number Diff line change 1414# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1515
1616project = "zammadoo"
17- copyright = "2023 , MMM"
17+ copyright = "2026 , MMM"
1818author = "flashdagger"
1919
2020# The full version, including alpha/beta/rc tags
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 ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments