File tree Expand file tree Collapse file tree 4 files changed +93
-79
lines changed
Expand file tree Collapse file tree 4 files changed +93
-79
lines changed Original file line number Diff line number Diff line change 1+ # Remove this when https://github.com/astral-sh/uv/pull/13510 is fixed
2+ 3.14.0
Original file line number Diff line number Diff line change 1111# All configuration values have a default; values that are commented out
1212# serve to show the default.
1313
14+ import locale
15+
1416project = "publiccode.yml Standard (v0.5.0)"
1517
1618html_theme = "press"
1719
18- templates_path = [' _templates' ]
20+ templates_path = [" _templates" ]
1921
2022extensions = [
21- ' sphinx.ext.autodoc' ,
22- ' sphinx.ext.viewcode' ,
23- ' sphinx.ext.doctest' ,
23+ " sphinx.ext.autodoc" ,
24+ " sphinx.ext.viewcode" ,
25+ " sphinx.ext.doctest" ,
2426]
27+
28+ try :
29+ locale .setlocale (locale .LC_ALL , "C.UTF-8" )
30+ except locale .Error :
31+ locale .setlocale (locale .LC_ALL , "C" )
Original file line number Diff line number Diff line change 11[project ]
22name = " publiccode-yml"
33version = " 0.5.0"
4- requires-python = " ==3.11.13"
4+ # This has no effect yet for uv python install, use .python-version for now
5+ # https://github.com/astral-sh/uv/pull/13510
6+ requires-python = " ==3.14.0"
57dependencies = [
6- " sphinx==4.4.0" ,
7- " sphinx-press-theme==0.8.0" ,
8- " sphinxcontrib-applehelp==1.0.4" ,
9- " sphinxcontrib-devhelp==1.0.2" ,
10- " sphinxcontrib-htmlhelp==2.0.1" ,
11- " sphinxcontrib-qthelp==1.0.3" ,
12- " sphinxcontrib-serializinghtml==1.1.5" ,
13- " urllib3==2.5.0" ,
8+ " sphinx==8.2.3" ,
9+ " sphinx-press-theme==0.9.1" ,
1410]
You can’t perform that action at this time.
0 commit comments