Skip to content

Commit

Permalink
Merge pull request #12280 from nextcloud/dependabot/pip/master/sphinx…
Browse files Browse the repository at this point in the history
…-8.1.3

chore(deps): Bump sphinx from 7.4.7 to 8.1.3
  • Loading branch information
st3iny authored Oct 14, 2024
2 parents 8a713be + e5acfbb commit 2085541
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

# RTD theme options
html_theme_options = {
'logo_only': True,
'style_external_links': True,
'display_version': False,
'logo_only': True,
'style_external_links': True,
'version_selector': False,
}

# relative path to subdirectories
Expand Down Expand Up @@ -58,7 +58,6 @@ def generateVersionsDocs(current_docs):
html_context = {
'current_version': version,
'READTHEDOCS': True,
'extra_css_files': ['_static/custom.css'],

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

html_static_path = ['_static']
# Extra CSS relative to html_static_path
html_css_files = [
'custom.css'
]

edit_on_github_project = 'nextcloud/documentation'
edit_on_github_branch = 'master'

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ requests==2.32.3
rst2pdf==0.102
smartypants==2.0.1
snowballstemmer==2.2.0
Sphinx==7.4.7
Sphinx==8.1.3
sphinx-copybutton==0.5.2
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.1
sphinx-rtd-dark-mode==1.3.0
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
Expand Down

0 comments on commit 2085541

Please sign in to comment.