Skip to content

Commit 2085541

Browse files
authored
Merge pull request #12280 from nextcloud/dependabot/pip/master/sphinx-8.1.3
chore(deps): Bump sphinx from 7.4.7 to 8.1.3
2 parents 8a713be + e5acfbb commit 2085541

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

conf.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
# RTD theme options
2626
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,
3030
}
3131

3232
# relative path to subdirectories
@@ -58,7 +58,6 @@ def generateVersionsDocs(current_docs):
5858
html_context = {
5959
'current_version': version,
6060
'READTHEDOCS': True,
61-
'extra_css_files': ['_static/custom.css'],
6261

6362
# force github plugin
6463
'display_github': True,
@@ -68,6 +67,12 @@ def generateVersionsDocs(current_docs):
6867
'theme_vcs_pageview_mode': 'edit/%s/' % github_branch, # to be completed by each individual conf.py
6968
}
7069

70+
html_static_path = ['_static']
71+
# Extra CSS relative to html_static_path
72+
html_css_files = [
73+
'custom.css'
74+
]
75+
7176
edit_on_github_project = 'nextcloud/documentation'
7277
edit_on_github_branch = 'master'
7378

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ requests==2.32.3
1717
rst2pdf==0.102
1818
smartypants==2.0.1
1919
snowballstemmer==2.2.0
20-
Sphinx==7.4.7
20+
Sphinx==8.1.3
2121
sphinx-copybutton==0.5.2
22-
sphinx-rtd-theme==2.0.0
22+
sphinx-rtd-theme==3.0.1
2323
sphinx-rtd-dark-mode==1.3.0
2424
sphinxcontrib-applehelp==2.0.0
2525
sphinxcontrib-devhelp==2.0.0

0 commit comments

Comments
 (0)