File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 24
24
25
25
# RTD theme options
26
26
html_theme_options = {
27
- 'logo_only' : True ,
28
- 'style_external_links' : True ,
29
- 'display_version ' : False ,
27
+ 'logo_only' : True ,
28
+ 'style_external_links' : True ,
29
+ 'version_selector ' : False ,
30
30
}
31
31
32
32
# relative path to subdirectories
@@ -58,7 +58,6 @@ def generateVersionsDocs(current_docs):
58
58
html_context = {
59
59
'current_version' : version ,
60
60
'READTHEDOCS' : True ,
61
- 'extra_css_files' : ['_static/custom.css' ],
62
61
63
62
# force github plugin
64
63
'display_github' : True ,
@@ -68,6 +67,12 @@ def generateVersionsDocs(current_docs):
68
67
'theme_vcs_pageview_mode' : 'edit/%s/' % github_branch , # to be completed by each individual conf.py
69
68
}
70
69
70
+ html_static_path = ['_static' ]
71
+ # Extra CSS relative to html_static_path
72
+ html_css_files = [
73
+ 'custom.css'
74
+ ]
75
+
71
76
edit_on_github_project = 'nextcloud/documentation'
72
77
edit_on_github_branch = 'master'
73
78
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ requests==2.32.3
17
17
rst2pdf == 0.102
18
18
smartypants == 2.0.1
19
19
snowballstemmer == 2.2.0
20
- Sphinx == 7.4.7
20
+ Sphinx == 8.1.3
21
21
sphinx-copybutton == 0.5.2
22
- sphinx-rtd-theme == 2 .0.0
22
+ sphinx-rtd-theme == 3 .0.1
23
23
sphinx-rtd-dark-mode == 1.3.0
24
24
sphinxcontrib-applehelp == 2.0.0
25
25
sphinxcontrib-devhelp == 2.0.0
You can’t perform that action at this time.
0 commit comments